diff --git a/docs/content/parsnp/quickstart.rst b/docs/content/parsnp/quickstart.rst index 8a0cf52..cc7f473 100644 --- a/docs/content/parsnp/quickstart.rst +++ b/docs/content/parsnp/quickstart.rst @@ -50,12 +50,17 @@ With reference & genbank file:: parsnp -g -d -p -NOTE: Genbank files are currently expected to have GI numbers for indexing. This means custom Genbank files (not downloaded from NCBI) will not have annotations appear in Gingr, though the alignment should still work. The dependency on GIs is expected to change in future versions. +NOTE: + + 1. Genbank files are currently expected to have GI numbers for indexing. This means custom Genbank files (not downloaded from NCBI) will not have annotations appear in Gingr, though the alignment should still work. The dependency on GIs is expected to change in future versions. + 2. GenBank files can only be specific for the reference genome + 3. -g and -r are mutually exclusive; you can either provide a fasta file for your reference genome, or GenBank file, but not both. + 4. All non-reference genomes are captured with the -d parameter. These genomes *must* be in fasta format and located within the specified directory. With reference but without genbank file:: parsnp -r -d -p - + Autorecruit reference to a draft assembly:: parsnp -q -d -p