Mercurial > repos > jpayne > snp_pipeline
comparison 6_merge_vcfs.xml @ 28:1d77f9fb51f3
planemo upload commit 7f6183b769772449fbcee903686b8d5ec5b7439f-dirty
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 13:34:32 -0500 |
parents | 1044c9a132c5 |
children | e488850b2507 |
comparison
equal
deleted
inserted
replaced
27:1044c9a132c5 | 28:1d77f9fb51f3 |
---|---|
6 <requirement type="package" version="1.0.1">snp-pipeline</requirement> | 6 <requirement type="package" version="1.0.1">snp-pipeline</requirement> |
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 export LD_LIBRARY_PATH="\$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 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" | 15 python $__tool_directory__/snp-wind.py ./ -p "consensus.vcf" |
15 #for $vcf in $vcfs | 16 #for $vcf in $vcfs |
16 -n $vcf.element_identifier -f $vcf | 17 -n $vcf.element_identifier -f $vcf |
17 #end for | 18 #end for |
18 > ./file | 19 > ./file |