Mercurial > repos > iuc > nextalign
diff macros.xml @ 14:4d93e708218c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit 2c63aeec74c260ccd9b2cdbbe1869bef2f3d5cda
author | iuc |
---|---|
date | Thu, 04 Aug 2022 06:59:23 +0000 |
parents | e5ed60c823a7 |
children | 41102a84e387 |
line wrap: on
line diff
--- a/macros.xml Mon Mar 21 22:09:49 2022 +0000 +++ b/macros.xml Thu Aug 04 06:59:23 2022 +0000 @@ -1,6 +1,6 @@ <macros> <!-- same version number is used for nextclade and nextalign releases, even though they are distinct tools --> - <token name="@TOOL_VERSION@">1.11.0</token> + <token name="@TOOL_VERSION@">2.4.0</token> <xml name="citations"> <citations> <citation type="bibtex">@online{nextclade, @@ -25,6 +25,14 @@ #end if ]]></token> + <token name="@QUERY_FASTA@"><![CDATA[ + #if $input_fasta.is_of_type('fasta.gz') + #set $query = 'query.fa.gz' + #else + #set $query = 'query.fa' + #end if + ln -s '$input_fasta' $query && +]]></token> <!-- inputs -->