Mercurial > repos > jpayne > snp_pipeline
annotate 4_merge_sites.xml @ 1:8d165c49673a
planemo upload commit b'7f6183b769772449fbcee903686b8d5ec5b7439f\n'-dirty
author | jpayne |
---|---|
date | Wed, 24 Jan 2018 15:01:43 -0500 |
parents | eefdd97a6749 |
children | 62191abf5426 |
rev | line source |
---|---|
jpayne@0 | 1 <tool id="merge_sites" name="4. Merge Sites" version="1.0.1" profile="16.10"> |
jpayne@0 | 2 <description>from multiple samples</description> |
jpayne@0 | 3 <requirements> |
jpayne@0 | 4 <requirement type="package" version="2.2.6">bowtie2</requirement> |
jpayne@0 | 5 <requirement type="package" version="1.2">samtools</requirement> |
jpayne@0 | 6 <requirement type="package">snp-pipeline</requirement> |
jpayne@0 | 7 </requirements> |
jpayne@0 | 8 <command detect_errors="exit_code"><![CDATA[ |
jpayne@0 | 9 $__tool_directory__/snp-wind.py ./ |
jpayne@0 | 10 #for $call in $calls |
jpayne@0 | 11 -n $call.element_identifier -f $call |
jpayne@0 | 12 #end for |
jpayne@0 | 13 -p "var.fit.vcf" > ./file |
jpayne@0 | 14 && cfsan_snp_pipeline merge_sites -v 4 -n "var.fit.vcf" ./file ./filtered_snps -o $snplist |
jpayne@0 | 15 ]]></command> |
jpayne@0 | 16 <inputs> |
jpayne@0 | 17 <param type="data_collection" name="calls" format="vcf" collection_type="list" /> |
jpayne@0 | 18 </inputs> |
jpayne@0 | 19 <outputs> |
jpayne@0 | 20 <data name="snplist" format="txt" /> |
jpayne@0 | 21 </outputs> |
jpayne@0 | 22 <tests> |
jpayne@0 | 23 <test> |
jpayne@0 | 24 <param name="calls"> |
jpayne@0 | 25 <collection type="list"> |
jpayne@0 | 26 <element name="sample1" value="samples/sample1/var.flt_preserved.vcf" /> |
jpayne@0 | 27 <element name="sample2" value="samples/sample2/var.flt_preserved.vcf" /> |
jpayne@0 | 28 <element name="sample3" value="samples/sample3/var.flt_preserved.vcf" /> |
jpayne@0 | 29 <element name="sample4" value="samples/sample4/var.flt_preserved.vcf" /> |
jpayne@0 | 30 </collection> |
jpayne@0 | 31 </param> |
jpayne@0 | 32 <!-- <output name="snplist" value="snplist.txt" /> --> |
jpayne@0 | 33 </test> |
jpayne@0 | 34 </tests> |
jpayne@0 | 35 <help><![CDATA[ |
jpayne@0 | 36 <a href="http://snp-pipeline.readthedocs.io/en/latest/index.html">http://snp-pipeline.readthedocs.io/en/latest/index.html</a> |
jpayne@0 | 37 ]]></help> |
jpayne@0 | 38 <citations> |
jpayne@0 | 39 <citation type="doi">10.7717/peerj-cs.20</citation> |
jpayne@0 | 40 </citations> |
jpayne@0 | 41 </tool> |