- Go to https://lpsn.dsmz.de/downloads
- Download the CSV file
- Run in the app folder:
RAILS_ENV=production bundle exec rake lpsn:import[/path/to/data.csv]
- Review the names with special messages (if any)
- Review all newly created names
- Create a release directory and download taxonomy tables:
mkdir ~/gtdb_release cd ~/gtdb_release wget https://data.gtdb.ecogenomic.org/releases/latest/ar53_taxonomy.tsv.gz wget https://data.gtdb.ecogenomic.org/releases/latest/bac120_taxonomy.tsv.gz
- Run in the app folder:
RAILS_ENV=production bundle exec rake gtdb:import[$HOME/gtdb_release]
- Review all newly created names
- Update the release information in
app/helpers/placements_helper.rb
- Download and untarball the taxonomy dump:
mkdir ~/ncbi_taxdump cd ~/ncbi_taxdump wget https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz tar -zxvf taxdump.tar.gz
- Run in the app folder:
RAILS_ENV=production bundle exec rake ncbi:import[$HOME/ncbi_taxdump]
- Review all newly created names
- Update the release information in
app/helpers/placements_helper.rb