Mercurial > repos > iuc > last
diff lasttrain.xml @ 4:036d64816c8b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 67b8e5adffa4015ee60b1b4a0cd220f632ba1082"
| author | iuc |
|---|---|
| date | Wed, 22 Jul 2020 23:46:33 +0000 |
| parents | 7f7e48d3b85d |
| children | 713be4796767 |
line wrap: on
line diff
--- a/lasttrain.xml Tue Jul 07 00:11:31 2020 +0000 +++ b/lasttrain.xml Wed Jul 22 23:46:33 2020 +0000 @@ -1,4 +1,4 @@ -<tool id="last_train" name="LAST-train" version="@LAST_CONDA_VERSION@+galaxy0" profile="18.01"> +<tool id="last_train" name="LAST-train" version="@LAST_CONDA_VERSION@+galaxy1" profile="18.01"> <description>finds the rates (probabilities) of insertion, deletion, and substitutions between two sets of sequences.</description> @@ -52,10 +52,10 @@ <inputs> <expand macro="input_db" /> - <param name="query_fasta" type="data" format="FASTA" label="Queries input files" /> + <param name="query_fasta" type="data" format="fasta,fastqsanger" label="Queries input files" /> <conditional name="init_options"> - <param argument="-Q" type="select" multiple="false" label="Input format"> - <option value="0" selected="true">Fasta or fastq-ignore</option> + <param argument="-Q" type="select" multiple="false" label="Query input format"> + <option value="0" selected="true">FASTA</option> <option value="1">Fastq-sanger</option> </param> <when value="0">
