Previous changeset 0:d505990b8c89 (2021-11-12) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/malt commit 6bde7c9985265b3086f1e1a6df814c20d02ee092" |
modified:
macros.xml malt_run.xml |
b |
diff -r d505990b8c89 -r 87a1202c03e8 macros.xml --- a/macros.xml Fri Nov 12 18:39:23 2021 +0000 +++ b/macros.xml Mon May 09 15:08:00 2022 +0000 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">0.5.3</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">20.09</token> <xml name="requirements"> <requirements> |
b |
diff -r d505990b8c89 -r 87a1202c03e8 malt_run.xml --- a/malt_run.xml Fri Nov 12 18:39:23 2021 +0000 +++ b/malt_run.xml Mon May 09 15:08:00 2022 +0000 |
[ |
@@ -7,9 +7,6 @@ <command detect_errors="exit_code"><![CDATA[ #import re -## This will point to a directory. -#set ref = str($reference.fields.path) - #set input_identifier = re.sub('[^\s\w\-]', '_', str($input.element_identifier)) ## malt-run uses the file extension to determine the input format. #if $input.is_of_type('fasta', 'fasta.gz'): @@ -42,7 +39,7 @@ --alignmentType '$alignmentType' --inFile '$input_identifier' ---index '$ref' +--index '$reference.fields.path' ## malt-run requires correct output file extensions. --output './output.rma6' --numThreads \${GALAXY_SLOTS:-12} |