Mercurial > repos > jpayne > snp_pipeline
comparison 6_merge_vcfs.xml @ 54:2939020396a4
"planemo upload"
author | jpayne |
---|---|
date | Thu, 05 Nov 2020 15:50:11 -0500 |
parents | 40405b16de1d |
children | 9b2dab492d50 |
comparison
equal
deleted
inserted
replaced
53:40405b16de1d | 54:2939020396a4 |
---|---|
14 #for $vcf in $vcfs | 14 #for $vcf in $vcfs |
15 -n $vcf.element_identifier -f $vcf | 15 -n $vcf.element_identifier -f $vcf |
16 #end for | 16 #end for |
17 > ./file | 17 > ./file |
18 && cat ./file | 18 && cat ./file |
19 && cfsan_snp_pipeline merge_vcfs ./file | 19 && cfsan_snp_pipeline merge_vcfs ./file -v 5 |
20 && cat ./logs*/*log 1>&2 | |
21 ]]></command> | 20 ]]></command> |
22 <inputs> | 21 <inputs> |
23 <param type="data_collection" format="vcf" collection_type="list" name="vcfs" label="List of VCFs" /> | 22 <param type="data_collection" format="vcf" collection_type="list" name="vcfs" label="List of VCFs" /> |
24 </inputs> | 23 </inputs> |
25 <outputs> | 24 <outputs> |