Skip to content

Commit

Permalink
change DB var in exhibit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 9, 2020
1 parent cf23b48 commit b0d6107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/exhibit/exhibit_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Construct a phylogeny including the outgroup (*Yersinia pseudotuberculosis*) to
**Shell**::

nextflow run -r ${PHYLO_NF_REV} ktmeaton/plague-phylogeography \
--sqlite results/ncbimeta_db/update/latest/output/database/yersinia_pestis_db.sqlite \
--sqlite ${SQLITE_DB} \
--sqlite_select_command_asm "SELECT AssemblyFTPGenbank FROM Master WHERE (BioSampleComment LIKE '%KEEP%Assembly%')" \
--max_datasets_assembly 500 \
--skip_sra_download \
Expand All @@ -142,7 +142,7 @@ Download and pre-process modern *Y. pestis* genomic assemblies.

nextflow run ktmeaton/plague-phylogeography \
--outdir results \
--sqlite results/ncbimeta_db/update/latest/output/database/yersinia_pestis_db.sqlite \
--sqlite ${SQLITE_DB} \
--sqlite_select_command_asm "SELECT AssemblyFTPGenbank FROM Master WHERE (BioSampleComment LIKE '%KEEP%Assembly%')" \
--sqlite_select_command_sra "SELECT BioSampleAccession,SRARunAccession,SRALibraryLayout,SRAFileURL FROM Master WHERE (BioSampleComment LIKE '%KEEP: EAGER Ancient%')" \
--max_datasets_assembly 500 \
Expand Down

0 comments on commit b0d6107

Please sign in to comment.