diff lastdb.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 187b3c87902b
line wrap: on
line diff
--- a/lastdb.xml	Tue Jul 07 00:11:31 2020 +0000
+++ b/lastdb.xml	Wed Jul 22 23:46:33 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="last_db" name="LASTdb" version="@LAST_CONDA_VERSION@+galaxy0" profile="18.01">
+<tool id="last_db" name="LASTdb" version="@LAST_CONDA_VERSION@+galaxy1" profile="18.01">
 
     <description>prepares sequences for subsequent comparison and alignment using lastal.</description>
 
@@ -36,10 +36,10 @@
     ]]></command>
 
     <inputs>
-        <param name="input_files" type="data" format="FASTA" label="Reference(s) input files" />
+        <param name="input_files" type="data" format="fasta,fastqsanger,fastqsolexa,fastqillumina" label="Reference(s) input files" />
         <section name="lastdb" title="Lastdb arguments" expanded="true">
             <param argument="-Q" type="select" multiple="false" label="Input format">
-                <option value="0" selected="true">fasta or fastq-ignore</option>
+                <option value="0" selected="true">FASTA</option>
                 <option value="1">fastq-sanger</option>
                 <option value="2">fastq-solexa</option>
                 <option value="3">fastq-illumina</option>