Previous changeset 0:e68d9dfa62a2 (2020-04-09) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vg commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462" |
modified:
convert.xml |
b |
diff -r e68d9dfa62a2 -r 7366704232b6 convert.xml --- a/convert.xml Thu Apr 09 04:35:27 2020 -0400 +++ b/convert.xml Wed Nov 18 19:42:36 2020 +0000 |
[ |
@@ -5,6 +5,7 @@ </macros> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ +export TMPDIR=\${TMPDIR:-.}; ln -s '$infile' ./infile.${infile.ext} && vg convert |