Previous changeset 14:3f0dd362b755 (2019-12-11) Next changeset 16:3c2ac7c3f0b8 (2021-11-27) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462" |
modified:
meme.xml |
b |
diff -r 3f0dd362b755 -r 9dd5373f6a5a meme.xml --- a/meme.xml Wed Dec 11 18:05:15 2019 -0500 +++ b/meme.xml Wed Nov 18 19:41:27 2020 +0000 |
[ |
@@ -5,7 +5,10 @@ </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ +export TMPDIR=\${TMPDIR:-.}; + meme '$input1' +-p \${GALAXY_SLOTS:-1} -o '${html_outfile.files_path}' -nostatus -maxsize 1000000 |