Mercurial > repos > simon-gladman > snippy
comparison snippy.xml @ 6:15f5a3074012 draft
Added snippy core and static binaries for linux and mac.
author | simon-gladman |
---|---|
date | Thu, 09 Jun 2016 20:15:42 -0400 |
parents | ff31f16f5dfd |
children |
comparison
equal
deleted
inserted
replaced
5:ff31f16f5dfd | 6:15f5a3074012 |
---|---|
1 <tool id="snippy" name="snippy" version="0.2.0"> | 1 <tool id="snippy" name="snippy" version="0.2.0"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="3.0">snippy</requirement> | 3 <requirement type="package" version="3.0">snippy</requirement> |
4 <requirement type="package" version="1.2">samtools</requirement> | 4 </requirements> |
5 <requirement type="package" version="0_9_20_b040236">freebayes</requirement> | 5 <stdio> |
6 <requirement type="package" version="0.7.12">bwa</requirement> | 6 <exit_code range="1:" /> |
7 <requirement type="package" version="0.1.11">vcftools</requirement> | 7 </stdio> |
8 <requirement type="package" version="4.0">snpeff</requirement> | |
9 <requirement type="package" version="8a5602bf07">vcflib</requirement> | |
10 </requirements> | |
11 <stdio> | |
12 <exit_code range="1:" /> | |
13 </stdio> | |
14 | 8 |
15 <command><![CDATA[ | 9 <command><![CDATA[ |
16 #if str( $reftype.ref_type_selector ) == "fasta" | 10 #if str( $reftype.ref_type_selector ) == "fasta" |
17 cp $reftype.ref foo.fna && | 11 cp $reftype.ref foo.fna && |
18 #end if | 12 #end if |
56 #end if | 50 #end if |
57 | 51 |
58 && | 52 && |
59 | 53 |
60 gunzip out/snps.depth.gz | 54 gunzip out/snps.depth.gz |
55 | |
56 && | |
57 | |
58 tar -czf out.tgz out | |
61 | 59 |
62 | 60 |
63 ]]></command> | 61 ]]></command> |
64 <inputs> | 62 <inputs> |
65 <conditional name="reftype"> | 63 <conditional name="reftype"> |
123 <data format="fasta" name="snpconsensus" label="${tool.name} on ${on_string} consensus fasta" from_work_dir="out/snps.consensus.fa"/> | 121 <data format="fasta" name="snpconsensus" label="${tool.name} on ${on_string} consensus fasta" from_work_dir="out/snps.consensus.fa"/> |
124 <data format="tabular" name="snpsdepth" label="${tool.name} on ${on_string} mapping depth" from_work_dir="out/snps.depth"/> | 122 <data format="tabular" name="snpsdepth" label="${tool.name} on ${on_string} mapping depth" from_work_dir="out/snps.depth"/> |
125 <data format="bam" name="snpsbam" label="${tool.name} on ${on_string} mapped reads (bam)" from_work_dir="out/snps.bam"> | 123 <data format="bam" name="snpsbam" label="${tool.name} on ${on_string} mapped reads (bam)" from_work_dir="out/snps.bam"> |
126 <filter>cleanup is False</filter> | 124 <filter>cleanup is False</filter> |
127 </data> | 125 </data> |
126 <data format="zip" name="outdir" label="${tool.name} on ${on_string} out dir" from_work_dir="out.tgz" /> | |
128 </outputs> | 127 </outputs> |
129 | 128 |
130 <tests> | 129 <tests> |
131 <test> | 130 <test> |
132 <param name="ref_type_selector" value="fasta" /> | 131 <param name="ref_type_selector" value="fasta" /> |
193 --rgid [X] Use this @RG ID: in the BAM header (default '') | 192 --rgid [X] Use this @RG ID: in the BAM header (default '') |
194 | 193 |
195 --bwaopt [X] Extra BWA MEM options, eg. -x pacbio (default '') | 194 --bwaopt [X] Extra BWA MEM options, eg. -x pacbio (default '') |
196 | 195 |
197 ]]></help> | 196 ]]></help> |
198 | 197 <citations> |
199 <citations> | 198 <citation type="bibtex">@UNPUBLISHED{Seemann2013, |
200 <citation type="bibtex">@UNPUBLISHED{Seemann2013, | 199 author = "Seemann T", |
201 author = "Seemann T", | 200 title = "snippy: fast bacterial variant calling from NGS reads", |
202 title = "snippy: fast bacterial variant calling from NGS reads", | 201 year = "2015", |
203 year = "2015", | 202 note = "https://github.com/tseemann/snippy"}</citation> |
204 note = "https://github.com/tseemann/snippy"} | 203 </citations> |
205 </citation> | 204 |
206 </citations> | |
207 | 205 |
208 </tool> | 206 </tool> |