Mercurial > repos > jjohnson > snpsift
comparison snpSift_int.xml @ 8:2f40467536cf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
author | jjohnson |
---|---|
date | Sat, 09 Apr 2016 11:53:30 -0400 |
parents | baf6602903e1 |
children |
comparison
equal
deleted
inserted
replaced
7:c29f29a6f26c | 8:2f40467536cf |
---|---|
8 </macros> | 8 </macros> |
9 <expand macro="requirements" /> | 9 <expand macro="requirements" /> |
10 <expand macro="stdio" /> | 10 <expand macro="stdio" /> |
11 <expand macro="version_command" /> | 11 <expand macro="version_command" /> |
12 <command><![CDATA[ | 12 <command><![CDATA[ |
13 java -Xmx2G -jar \$SNPEFF_JAR_PATH/SnpSift.jar intervals -i $input $exclude $bedFile > $output | 13 java -Xmx2G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" intervals -i "$input" $exclude "$bedFile" > "$output" |
14 ]]> | 14 ]]> |
15 </command> | 15 </command> |
16 <inputs> | 16 <inputs> |
17 <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/> | 17 <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/> |
18 <param format="bed" name="bedFile" type="data" label="Intervals (BED file)"/> | 18 <param format="bed" name="bedFile" type="data" label="Intervals (BED file)"/> |
51 You can filter using intervals (BED file). | 51 You can filter using intervals (BED file). |
52 | 52 |
53 @EXTERNAL_DOCUMENTATION@ | 53 @EXTERNAL_DOCUMENTATION@ |
54 http://snpeff.sourceforge.net/SnpSift.html#intervals | 54 http://snpeff.sourceforge.net/SnpSift.html#intervals |
55 | 55 |
56 @CITATION_SECTION@ | |
57 | |
58 ]]> | 56 ]]> |
59 </help> | 57 </help> |
58 <expand macro="citations" /> | |
60 </tool> | 59 </tool> |