Mercurial > repos > jpayne > snp_pipeline
comparison 6_merge_vcfs.xml @ 24:cf6f7548f15a
planemo upload commit 7f6183b769772449fbcee903686b8d5ec5b7439f-dirty
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 13:08:27 -0500 |
parents | 43113449a74f |
children | f986ff235d69 |
comparison
equal
deleted
inserted
replaced
23:43113449a74f | 24:cf6f7548f15a |
---|---|
7 <requirement type="package">tabix</requirement> | 7 <requirement type="package">tabix</requirement> |
8 <requirement type="package" version="3.4">python3</requirement> | 8 <requirement type="package" version="3.4">python3</requirement> |
9 </requirements> | 9 </requirements> |
10 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
11 env && | 11 env && |
12 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CONDA_DEFAULT/lib" && | |
12 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" | 13 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" |
13 #for $vcf in $vcfs | 14 #for $vcf in $vcfs |
14 -n $vcf.element_identifier -f $vcf | 15 -n $vcf.element_identifier -f $vcf |
15 #end for | 16 #end for |
16 > ./file | 17 > ./file |