Previous changeset 4:1c770b10974a (2020-08-10) Next changeset 6:aca2eb389ccd (2021-03-04) |
Commit message:
"planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit b1b879e29d5d6c97fdc3636aa6e900ad03695f9e" |
modified:
README.rst macros.xml purityA.xml |
b |
diff -r 1c770b10974a -r 0d73912c7cdc README.rst --- a/README.rst Mon Aug 10 08:38:01 2020 -0400 +++ b/README.rst Fri Nov 13 10:00:12 2020 +0000 |
b |
@@ -9,7 +9,7 @@ - msPurity - bioconductor-mspurity v1.12.2 - Galaxy tools - - v2 + - v3 About ------ |
b |
diff -r 1c770b10974a -r 0d73912c7cdc macros.xml --- a/macros.xml Mon Aug 10 08:38:01 2020 -0400 +++ b/macros.xml Fri Nov 13 10:00:12 2020 +0000 |
b |
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.12.2</token> - <token name="@GALAXY_TOOL_VERSION@">2</token> + <token name="@GALAXY_TOOL_VERSION@">3</token> <xml name="requirements"> <requirements> |
b |
diff -r 1c770b10974a -r 0d73912c7cdc purityA.xml --- a/purityA.xml Mon Aug 10 08:38:01 2020 -0400 +++ b/purityA.xml Fri Nov 13 10:00:12 2020 +0000 |
b |
@@ -22,8 +22,8 @@ ' #if $offsets.offsets == 'user' - --minOffset=$minoffset - --maxOffset=$maxoffset + --minOffset=$offsets.minoffset + --maxOffset=$offsets.maxoffset #end if --iwNorm=$iw_norm |