Mercurial > repos > jpayne > snp_pipeline
comparison 6_merge_vcfs.xml @ 29:e488850b2507
planemo upload commit 7f6183b769772449fbcee903686b8d5ec5b7439f-dirty
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 14:38:58 -0500 |
parents | 1d77f9fb51f3 |
children | 6f984cc0e232 |
comparison
equal
deleted
inserted
replaced
28:1d77f9fb51f3 | 29:e488850b2507 |
---|---|
9 </requirements> | 9 </requirements> |
10 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
11 export LD_LIBRARY_PATH="\$CONDA_DEFAULT_ENV/lib" && | 11 export LD_LIBRARY_PATH="\$CONDA_DEFAULT_ENV/lib" && |
12 env && | 12 env && |
13 ls -lah \$CONDA_DEFAULT_ENV && | 13 ls -lah \$CONDA_DEFAULT_ENV && |
14 ls -lah \$CONDA_DEFAULT_ENV\lib && | 14 ls -lah \$CONDA_DEFAULT_ENV/lib && |
15 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" | 15 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" |
16 #for $vcf in $vcfs | 16 #for $vcf in $vcfs |
17 -n $vcf.element_identifier -f $vcf | 17 -n $vcf.element_identifier -f $vcf |
18 #end for | 18 #end for |
19 > ./file | 19 > ./file |