Mercurial > repos > simon-gladman > snippy
comparison snippy-core.xml @ 13:259aa64b2c99 draft
Updated to new version of snippy with static binaries
| author | simon-gladman |
|---|---|
| date | Wed, 08 Jun 2016 22:05:09 -0400 |
| parents | |
| children | bcb74072d3a6 |
comparison
equal
deleted
inserted
replaced
| 12:970c6b527062 | 13:259aa64b2c99 |
|---|---|
| 1 <tool id="snippy-core" name="snippy-core" version="0.1.0"> | |
| 2 <macros> | |
| 3 <import>macros.xml</import> | |
| 4 </macros> | |
| 5 <expand macro="requirements" /> | |
| 6 <expand macro="stdio" /> | |
| 7 <command><![CDATA[ | |
| 8 TODO: Fill in command template. | |
| 9 ]]></command> | |
| 10 <inputs> | |
| 11 </inputs> | |
| 12 <outputs> | |
| 13 </outputs> | |
| 14 <help><![CDATA[ | |
| 15 Synopsis: | |
| 16 Combine multiple Snippy folders into a core SNP alignment | |
| 17 Usage: | |
| 18 ../../snippy/bin/snippy-core [options] [--noref] snippyDir1/ snippyDir2/ snippyDir3/ ... | |
| 19 Options: | |
| 20 --help! This help. | |
| 21 --quiet! No output to stderr (default '0'). | |
| 22 --verbose! Verbose output (default '0'). | |
| 23 --inprefix=s Preferred input prefix of Snippy files (default 'snps'). | |
| 24 --prefix=s Output file prefix (default 'core'). | |
| 25 --noref! Exclude reference (default '0'). | |
| 26 --mincov=i Minimum depth of coverage to consider core (default '10'). | |
| 27 --aformat=s Output alignment format: nexus fasta phylip maf clustalw ... (default 'fasta'). | |
| 28 | |
| 29 ]]></help> | |
| 30 <expand macro="citations" /> | |
| 31 </tool> |
