# HG changeset patch # User mvdbeek # Date 1645563303 0 # Node ID 1db0bda09182b5e52bf8e4580cfe70e25af44922 # Parent 9b58e027065ae1981f03c2bf552ed1bcd5f2a3b0 "planemo upload for repository https://gist.github.com/mvdbeek/5635b2941da1419dc7f065254e0c95c2" diff -r 9b58e027065a -r 1db0bda09182 cat_gitrevision.xml --- a/cat_gitrevision.xml Tue Feb 22 20:22:48 2022 +0000 +++ b/cat_gitrevision.xml Tue Feb 22 20:55:03 2022 +0000 @@ -1,9 +1,9 @@ -<tool id="print_gitrevision" name="Print GITREVISION" version="0.1.0" profile="20.01"> +<tool id="print_gitrevision" name="Print GITREVISION" version="0.1.1" profile="20.01"> <command detect_errors="exit_code"><![CDATA[ cp '$gitrevision' '$output' ]]></command> <configfiles> - <configfile name="gitrevision">#echo open('/GITREVISION').read()</configfile> + <configfile name="gitrevision">#echo open('/galaxy/server/GITREVISION').read()</configfile> </configfiles> <outputs> <data name="output" format="txt" label="GITREVISION"/>