# HG changeset patch
# User simon-gladman
# Date 1465285216 14400
# Node ID f0b139f53e1fd96207bee29ea91a106ef18689b0
# Parent 8b69e4b18a5f95f50e55dff9e49af59b48a521eb
Added genbank support
diff -r 8b69e4b18a5f -r f0b139f53e1f snippy.xml
--- a/snippy.xml Mon Jun 06 00:54:10 2016 -0400
+++ b/snippy.xml Tue Jun 07 03:40:16 2016 -0400
@@ -13,11 +13,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -97,7 +118,7 @@
-
+
@@ -118,35 +139,58 @@
+
Usage:
snippy [options] --outdir --ref [ --pe1 --pe2
+
snippy [options] --outdir --ref ][ --se <454.fastq>
+
snippy [options] --outdir --ref ][ --peil
+
Options:
--help This help
+
--version Print version and exit
+
--citation Print citation for referencing snippy
+
--quiet No screen output (default OFF)
+
--cpus [N] Maximum number of CPU cores to use (default '8')
+
--reference [X] Reference genome. Supports FASTA, GenBank, EMBL (not GFF) (default '')
+
--outdir [X] Output folder (default '')
+
--prefix [X] Prefix for output files (default 'snps')
+
--force Force overwrite of existing output folder (default OFF)
+
--pe1|R1|left [X] Reads, paired-end R1 (left) (default '')
+
--pe2|R2|right [X] Reads, paired-end R2 (right) (default '')
+
--se|single [X] Single-end reads (default '')
+
--peil [X] Reads, paired-end R1/R2 interleaved (default '')
+
--mapqual [n.n] Minimum mapping quality to allow (default '60')
+
--mincov [N] Minimum coverage of variant site (default '10')
+
--minfrac [n.n] Minumum proportion for variant evidence (default '0.9')
+
--report Produce long report with visual alignment (slow) (default OFF)
+
--cleanup Remove all non-SNP files: BAMs, indices etc (default OFF)
+
--rgid [X] Use this @RG ID: in the BAM header (default '')
+
--bwaopt [X] Extra BWA MEM options, eg. -x pacbio (default '')
]]>]