Mercurial > repos > galaxyp > metaquantome_db
changeset 2:85b8866f06d7 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/metaquantome commit cf8aec441ba6ef62071c3cf4ac840ebc5a710aa4"
author | galaxyp |
---|---|
date | Tue, 24 Nov 2020 15:09:35 +0000 |
parents | 7c45aa1c9464 |
children | 0ed07016d668 |
files | macros.xml metaquantome_db.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Sep 23 17:03:13 2020 +0000 +++ b/macros.xml Tue Nov 24 15:09:35 2020 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@VERSION@">2.0.0</token> - <token name="@GVERSION@">2.0.0-0</token> + <token name="@GVERSION@">2.0.0-1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@VERSION@">metaquantome</requirement>
--- a/metaquantome_db.xml Wed Sep 23 17:03:13 2020 +0000 +++ b/metaquantome_db.xml Tue Nov 24 15:09:35 2020 +0000 @@ -8,7 +8,7 @@ mkdir -p data && #set $database_list = str($databases).split(',') #for $d in $database_list - metaquantome db $d + metaquantome db '$d' --dir data && #end for tar --create --file '$outfile' data