Mercurial > repos > mvdbeek > print_gitrevision
comparison cat_gitrevision.xml @ 1:1db0bda09182 draft default tip
"planemo upload for repository https://gist.github.com/mvdbeek/5635b2941da1419dc7f065254e0c95c2"
author | mvdbeek |
---|---|
date | Tue, 22 Feb 2022 20:55:03 +0000 |
parents | 9b58e027065a |
children |
comparison
equal
deleted
inserted
replaced
0:9b58e027065a | 1:1db0bda09182 |
---|---|
1 <tool id="print_gitrevision" name="Print GITREVISION" version="0.1.0" profile="20.01"> | 1 <tool id="print_gitrevision" name="Print GITREVISION" version="0.1.1" profile="20.01"> |
2 <command detect_errors="exit_code"><![CDATA[ | 2 <command detect_errors="exit_code"><![CDATA[ |
3 cp '$gitrevision' '$output' | 3 cp '$gitrevision' '$output' |
4 ]]></command> | 4 ]]></command> |
5 <configfiles> | 5 <configfiles> |
6 <configfile name="gitrevision">#echo open('/GITREVISION').read()</configfile> | 6 <configfile name="gitrevision">#echo open('/galaxy/server/GITREVISION').read()</configfile> |
7 </configfiles> | 7 </configfiles> |
8 <outputs> | 8 <outputs> |
9 <data name="output" format="txt" label="GITREVISION"/> | 9 <data name="output" format="txt" label="GITREVISION"/> |
10 </outputs> | 10 </outputs> |
11 <!-- If you want to run this test place a file with "my content" into /GITREVISION | 11 <!-- If you want to run this test place a file with "my content" into /GITREVISION |