Previous changeset 11:5f43703968cf (2019-12-18) Next changeset 13:2fd4d4c9c5c2 (2020-07-31) |
Commit message:
"planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/tools/staramr commit 014bea9d3a8d8bda2eebe4dde697b72c776ff158" |
modified:
staramr_search.xml |
b |
diff -r 5f43703968cf -r aeaa20b96ef2 staramr_search.xml --- a/staramr_search.xml Wed Dec 18 16:14:07 2019 -0500 +++ b/staramr_search.xml Sat Apr 04 19:27:12 2020 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="staramr_search" name="staramr" version="@VERSION@"> +<tool id="staramr_search" name="staramr" version="@VERSION@+galaxy1"> <description>Scans genome assemblies against the ResFinder, PlasmidFinder, and PointFinder databases searching for AMR genes.</description> <macros> <token name="@VERSION@">0.7.1</token> @@ -17,7 +17,7 @@ #set $named_genomes = $named_genomes + ' ' + $_named_genome #end for - #set $excel_proper_extension = '"{}.xlsx"'.format($excel) + #set $excel_proper_extension = '"results.xlsx"' ln -s "$excel" $excel_proper_extension && staramr search |