Skip to content
forked from lskatz/Kalamari

🐙 A curated database of completed assemblies with taxonomy IDs

License

Notifications You must be signed in to change notification settings

kapsakcj/Kalamari

 
 

Repository files navigation

Kalamari

A database of completed assemblies for metagenomics-related tasks

Creative Commons License v4

Synopsis

Kalamari is a database of completed and public assemblies, backed by trusted institutions. These assemblies can be further used in formatted databases such as Kraken or Blast.

Prerequisites & Recommendations

Requirements:

  • clone this repo locally git clone https://github.com/lskatz/Kalamari.git
  • NCBI entrez-utilities set of tools edirect, esearch, etc.
    • install via your package manager
    • debian/ubuntu: apt install ncbi-entrez-direct

Optional, but recommended:

  • NCBI_API_KEY environmental variable
  • EMAIL environmental variable

Ensure that you have the NCBI API key. This key associates your edirect requests with your username. Without it, edirect requests might be buggy. After obtaining an NCBI API key, add it to your environment with

export NCBI_API_KEY=unique_api_key_goes_here

where unique_api_key_goes_here is a unique hexadecimal number with characters from 0-9 and a-f.

You should also set your email address in the EMAIL environment variable as edirect tries to guess it, which is an error prone process. Add this variable to your environment with

using your own email address instead of [email protected].

Download instructions

For usage, run perl bin/downloadKalamari.pl --help

SRC=Kalamari
perl bin/downloadKalamari.pl -o $SRC src/chromosomes.tsv

...with plasmids

SRC=Kalamari
perl bin/downloadKalamari.pl -o $SRC src/chromosomes.tsv src/plasmids.tsv

taxonomy

The taxonomy files nodes.dmp and names.dmp are under src/taxonomy-VER where VER is the version of Kalamari.

Database formatting instructions

How to format and query databases

Further description

Kalamari is a database of completed and public assemblies, backed by trusted institutions. Completed assemblies means that you do not have to worry about the database itself being contaminated with "rogue" contigs. Additionally, most assemblies were obtained by subject matter experts (SMEs) at Centers for Disease Control and Prevention (CDC). Those not from CDC come from other trusted institutions or projects such as FDA-ARGOS. Most genomes are from species that are either studied or are common contaminants in the Enteric Diseases Laboratory Branch (EDLB) at CDC.

Kalamari also comes with a custom taxonomy database such as defining Shigella as a subspecies of Escherichia coli or defining the four lineages of Listeria monocytogenes. These changes have been backed by trusted SMEs in EDLB.

Contributing

Please see CONTRIBUTING.md

Citation

Please refer to the ASM 2018 poster under docs

About

🐙 A curated database of completed assemblies with taxonomy IDs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 88.5%
  • Python 7.2%
  • Shell 4.3%