From 84825c883438199315670e519b59675a0d84c176 Mon Sep 17 00:00:00 2001 From: Todd J Treangen Date: Mon, 24 Nov 2014 16:22:22 -0500 Subject: [PATCH] clarify -r and -g parameter usage --- docs/content/parsnp/quickstart.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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