comparison salmon.xml @ 3:5a60f347f566 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 1b7f0370c3a5a8fd4ba2736607ad938a82a98b7b
author bgruening
date Fri, 19 May 2017 12:23:53 -0400
parents 1b22d8a18acc
children 570e7e9c19a5
comparison
equal deleted inserted replaced
2:1b22d8a18acc 3:5a60f347f566
1 <tool id="salmon" name="Salmon" version="0.7.2"> 1 <tool id="salmon" name="Salmon" version="@VERSION@">
2 2
3 <description>Transcript Quantification from RNA-seq data</description> 3 <description>Transcript Quantification from RNA-seq data</description>
4 4
5 <macros> 5 <macros>
6 <xml name="strandedness"> 6 <xml name="strandedness">
8 <option value="U" selected="True">Not stranded (U)</option> 8 <option value="U" selected="True">Not stranded (U)</option>
9 <option value="SF">read 1 (or single-end read) comes from the forward strand (SF)</option> 9 <option value="SF">read 1 (or single-end read) comes from the forward strand (SF)</option>
10 <option value="SR">read 1 (or single-end read) comes from the reverse strand (SR)</option> 10 <option value="SR">read 1 (or single-end read) comes from the reverse strand (SR)</option>
11 </param> 11 </param>
12 </xml> 12 </xml>
13 <token name="@VERSION@">0.8.2</token>
13 </macros> 14 </macros>
14 15
15 <requirements> 16 <requirements>
16 <requirement type="package" version="1.0.6">bzip2</requirement> 17 <requirement type="package" version="1.0.6">bzip2</requirement>
17 <requirement type="package" version="0.7.2">salmon</requirement> 18 <requirement type="package" version="@VERSION@">salmon</requirement>
18 </requirements> 19 </requirements>
19 20
20 <stdio> 21 <stdio>
21 <exit_code range="1:" /> 22 <exit_code range="1:" />
22 <exit_code range=":-1" /> 23 <exit_code range=":-1" />