comparison snippy.xml @ 11:68a43b0593a3 draft

Updated to new version of snippy with static binaries
author simon-gladman
date Wed, 08 Jun 2016 21:55:09 -0400
parents 0c9f91faff96
children 970c6b527062
comparison
equal deleted inserted replaced
10:0c9f91faff96 11:68a43b0593a3
1 <tool id="snippy" name="snippy" version="0.2.0"> 1 <tool id="snippy" name="snippy" version="0.2.0">
2 <requirements> 2 <macros>
3 <requirement type="package" version="3.0">snippy</requirement> 3 <import>macros.xml</import>
4 </requirements> 4 </macros>
5 <stdio> 5 <expand macro="requirements" />
6 <exit_code range="1:" /> 6 <expand macro="stdio" />
7 </stdio>
8 7
9 <command><![CDATA[ 8 <command><![CDATA[
10 #if str( $reftype.ref_type_selector ) == "fasta" 9 #if str( $reftype.ref_type_selector ) == "fasta"
11 cp $reftype.ref foo.fna && 10 cp $reftype.ref foo.fna &&
12 #end if 11 #end if
53 52
54 gunzip out/snps.depth.gz 53 gunzip out/snps.depth.gz
55 54
56 && 55 &&
57 56
58 bgzip -c out > out.bgz 57 gzip -cr out > out.gz
59 58
60 59
61 ]]></command> 60 ]]></command>
62 <inputs> 61 <inputs>
63 <conditional name="reftype"> 62 <conditional name="reftype">
192 --rgid [X] Use this @RG ID: in the BAM header (default '') 191 --rgid [X] Use this @RG ID: in the BAM header (default '')
193 192
194 --bwaopt [X] Extra BWA MEM options, eg. -x pacbio (default '') 193 --bwaopt [X] Extra BWA MEM options, eg. -x pacbio (default '')
195 194
196 ]]></help> 195 ]]></help>
196 <expand macro="citations" />
197 197
198 <citations>
199 <citation type="bibtex">@UNPUBLISHED{Seemann2013,
200 author = "Seemann T",
201 title = "snippy: fast bacterial variant calling from NGS reads",
202 year = "2015",
203 note = "https://github.com/tseemann/snippy"}
204 </citation>
205 </citations>
206 198
207 </tool> 199 </tool>