comparison bismark_bowtie2_wrapper.xml @ 22:047eb877b6f0 draft

Uploaded
author iuc
date Sun, 28 Jun 2015 07:23:35 -0400
parents 507901240749
children 4084128e7cca
comparison
equal deleted inserted replaced
21:507901240749 22:047eb877b6f0
1 <tool id="bismark_bowtie2" name="Bismark" version="0.10.2"> 1 <tool id="bismark_bowtie2" name="Bismark" version="0.14.3">
2 <!-- Wrapper compatible with Bismark version 0.10 --> 2 <!-- Wrapper compatible with Bismark version 0.10 -->
3 <description>bisulfite mapper (bowtie2)</description> 3 <description>bisulfite mapper (bowtie2)</description>
4 <!--<version_command>bismark version</version_command>--> 4 <!--<version_command>bismark version</version_command>-->
5 <requirements> 5 <requirements>
6 <requirement type="set_environment">SCRIPT_PATH</requirement>
7 <requirement type="package" version="0.1.19">samtools</requirement> 6 <requirement type="package" version="0.1.19">samtools</requirement>
8 <requirement type="package" version="2.1.0">bowtie2</requirement> 7 <requirement type="package" version="2.2.5">bowtie2</requirement>
9 </requirements> 8 </requirements>
10 <stdio> 9 <stdio>
11 <exit_code range="1:" /> 10 <exit_code range="1:" />
12 <exit_code range=":-1" /> 11 <exit_code range=":-1" />
13 <regex match="Error:" /> 12 <regex match="Error:" />
18 bismark_wrapper.py 17 bismark_wrapper.py
19 18
20 ## Change this to accommodate the number of threads you have available. 19 ## Change this to accommodate the number of threads you have available.
21 --num-threads "\${GALAXY_SLOTS:-24}" 20 --num-threads "\${GALAXY_SLOTS:-24}"
22 21
23 --bismark_path \$SCRIPT_PATH 22 --bismark_path $__tool_directory__
24 23
25 --bowtie2 24 --bowtie2
26 25
27 ## 26 ##
28 ## Bismark Genome Preparation, if desired. 27 ## Bismark Genome Preparation, if desired.