Previous changeset 2:1b22d8a18acc (2017-04-13) Next changeset 4:570e7e9c19a5 (2017-06-30) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 1b7f0370c3a5a8fd4ba2736607ad938a82a98b7b |
modified:
salmon.xml |
b |
diff -r 1b22d8a18acc -r 5a60f347f566 salmon.xml --- a/salmon.xml Thu Apr 13 08:18:26 2017 -0400 +++ b/salmon.xml Fri May 19 12:23:53 2017 -0400 |
b |
@@ -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> |