Mercurial > repos > iuc > nextalign
comparison nextalign.xml @ 2:74d1e42a87e0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit b565283c946796dfb3f613f52db6008d234ecedb"
author | iuc |
---|---|
date | Wed, 01 Sep 2021 17:56:58 +0000 |
parents | d1dd7d1b07f6 |
children | b3ff7225da03 |
comparison
equal
deleted
inserted
replaced
1:456e4dadb905 | 2:74d1e42a87e0 |
---|---|
1 <tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy0" profile="20.01"> | 1 <tool id="nextalign" name="NextAlign" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
2 <description>Viral genome sequence alignment</description> | |
2 <macros> | 3 <macros> |
3 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <token name="@VERSION_SUFFIX@">0</token> | |
4 </macros> | 6 </macros> |
5 <expand macro="requirements"> | 7 <requirements> |
6 <requirement type="package" version="@TOOL_VERSION@">nextalign</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">nextalign</requirement> |
7 </expand> | 9 </requirements> |
8 <version_command>nextalign --version-detailed</version_command> | 10 <version_command>nextalign --version-detailed</version_command> |
9 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
10 @REF_FASTA@ | 12 @REF_FASTA@ |
11 ln -s '$sequences' sequences.fasta && | 13 ln -s '$sequences' sequences.fasta && |
12 nextalign | 14 nextalign |