Mercurial > repos > jpayne > snp_pipeline
comparison 7_smp_matrix.xml @ 19:4bb7e4a360bc
planemo upload commit 7f6183b769772449fbcee903686b8d5ec5b7439f-dirty
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 12:38:03 -0500 |
parents | 97abaa8b8384 |
children | 87f53c4a13df |
comparison
equal
deleted
inserted
replaced
18:97abaa8b8384 | 19:4bb7e4a360bc |
---|---|
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 env && | |
12 which bcftools && | |
13 which bunzip && | |
14 which snp-pipeline && | |
15 which python && | |
16 python $__tool_directory__/snp-wind.py ./ -p "consensus.fasta" | 11 python $__tool_directory__/snp-wind.py ./ -p "consensus.fasta" |
17 #for $fa in sorted($cons, key=lambda f: f.element_identifier) | 12 #for $fa in sorted($cons, key=lambda f: f.element_identifier) |
18 -n $fa.element_identifier -f $fa | 13 -n $fa.element_identifier -f $fa |
19 #end for | 14 #end for |
20 > ./file && | 15 > ./file && |