Mercurial > repos > iuc > virannot_otu
diff virAnnot_otu.xml @ 2:735a21808348 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/virAnnot commit ab5e1189217b6ed5f1c5d7c5ff6b79b6a4c18cff
| author | iuc |
|---|---|
| date | Wed, 21 Aug 2024 13:13:50 +0000 |
| parents | 6838c2fd1228 |
| children | 40fb54cc6628 |
line wrap: on
line diff
--- a/virAnnot_otu.xml Sat May 18 18:14:42 2024 +0000 +++ b/virAnnot_otu.xml Wed Aug 21 13:13:50 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="virannot_otu" name="virAnnot OTU" version="1.0.0+galaxy0" profile="21.05"> +<tool id="virannot_otu" name="virAnnot OTU" version="1.0.1+galaxy0" profile="21.05"> <description>create viral OTUs based on RPS and Blast annotations</description> <macros> <import>macros.xml</import> @@ -47,9 +47,9 @@ ]]></command> <inputs> - <param type="data" name="blast_files" format="tsv" label="Blast results file with taxonomy" multiple="true" optional="true" + <param type="data" name="blast_files" format="tabular" label="Blast results file with taxonomy" multiple="true" optional="true" help="Give one file per sample. If a file is missing, give none." /> - <param type="data" name="rps_files" format="tsv" label="RPS results file" multiple="true" /> + <param type="data" name="rps_files" format="tabular" label="RPS results file" multiple="true" /> <param type="data" name="fasta_files" format="fasta" label="Contigs file" multiple="true" /> <param type="integer" name="percentage" label="Similarity threshold percentage for OTUs cutoff" value="90" min="10" max="100" /> <param type="select" name="viral_portion" label="Minimun portion of viral sequences in RPS domain to be included"> @@ -100,4 +100,4 @@ ]]></help> <expand macro="citations" /> -</tool> \ No newline at end of file +</tool>
