Mercurial > repos > diego > rtg_investigator
annotate tools/rtg/snpintersection.xml @ 1:8593828f91e7 default tip
Full galaxy wrapper
| author | diego |
|---|---|
| date | Sat, 21 Apr 2012 21:36:15 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 1 | 1 <tool id="rtg_snpintersection" name="SNP intersection"> |
| 2 <description>with RTG SNP intersection</description> | |
| 3 <command interpreter="bash">galaxy-rtg-snpintersect-wrapper.sh | |
| 4 -Z -i ${input} | |
| 5 -I ${input2} | |
| 6 -o ${output.extra_files_path} >$output</command> | |
| 7 <inputs> | |
| 8 <param name="input" type="data" format="vcf" label="first SNPs input file"/> | |
| 9 <param name="input2" type="data" format="vcf" label="second SNPs input file" /> | |
| 10 </inputs> | |
| 11 <outputs> | |
| 12 <data format="vcf" name="output" /> | |
| 13 </outputs> | |
| 14 | |
| 15 <help> | |
| 16 This tool creates an SNP intersection. | |
| 17 </help> | |
| 18 | |
| 19 </tool> |
