annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
1 <tool id="snippy-core" name="snippy-core" version="0.1.0">
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
2 <macros>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
3 <import>macros.xml</import>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
4 </macros>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
5 <expand macro="requirements" />
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
6 <expand macro="stdio" />
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
7 <command><![CDATA[
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
8 TODO: Fill in command template.
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
9 ]]></command>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
10 <inputs>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
11 </inputs>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
12 <outputs>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
13 </outputs>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
14 <help><![CDATA[
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
15 Synopsis:
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
16 Combine multiple Snippy folders into a core SNP alignment
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
17 Usage:
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
18 ../../snippy/bin/snippy-core [options] [--noref] snippyDir1/ snippyDir2/ snippyDir3/ ...
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
19 Options:
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
20 --help! This help.
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
21 --quiet! No output to stderr (default '0').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
22 --verbose! Verbose output (default '0').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
23 --inprefix=s Preferred input prefix of Snippy files (default 'snps').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
24 --prefix=s Output file prefix (default 'core').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
25 --noref! Exclude reference (default '0').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
26 --mincov=i Minimum depth of coverage to consider core (default '10').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
27 --aformat=s Output alignment format: nexus fasta phylip maf clustalw ... (default 'fasta').
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
28
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
29 ]]></help>
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
30 <expand macro="citations" />
259aa64b2c99 Updated to new version of snippy with static binaries
simon-gladman
parents:
diff changeset
31 </tool>