Mercurial > repos > bgruening > salmon
changeset 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 | 
| files | salmon.xml | 
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/salmon.xml Thu Apr 13 08:18:26 2017 -0400 +++ b/salmon.xml Fri May 19 12:23:53 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="salmon" name="Salmon" version="0.7.2"> +<tool id="salmon" name="Salmon" version="@VERSION@"> <description>Transcript Quantification from RNA-seq data</description> @@ -10,11 +10,12 @@ <option value="SR">read 1 (or single-end read) comes from the reverse strand (SR)</option> </param> </xml> + <token name="@VERSION@">0.8.2</token> </macros> <requirements> <requirement type="package" version="1.0.6">bzip2</requirement> - <requirement type="package" version="0.7.2">salmon</requirement> + <requirement type="package" version="@VERSION@">salmon</requirement> </requirements> <stdio>
