Mercurial > repos > iuc > biom_from_uc
comparison biom_from_uc.xml @ 7:bd2d2d53d5dd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
author | iuc |
---|---|
date | Wed, 13 Sep 2023 18:53:27 +0000 |
parents | c82e077989ee |
children | 0dafaffb1e9c |
comparison
equal
deleted
inserted
replaced
6:2ea73b1e301b | 7:bd2d2d53d5dd |
---|---|
14 --rep-set-fp '$rep_set_fp' | 14 --rep-set-fp '$rep_set_fp' |
15 #end if | 15 #end if |
16 ]]> | 16 ]]> |
17 </command> | 17 </command> |
18 <inputs> | 18 <inputs> |
19 <param name="input_fp" argument="--input-fp" type="data" format="txt" label="UC File" /> | 19 <param argument="--input-fp" type="data" format="txt" label="UC File" /> |
20 <param name="rep_set_fp" argument="--rep-set-fp" type="data" format="fasta" optional="true" label="Fasta file containing representative sequences with where sequences are labeled with OTU identifiers, and description fields contain original sequence identifiers" help="This output is created, for example, by vsearch with the --relabel_sha1 --relabel_keep options."/> | 20 <param argument="--rep-set-fp" type="data" format="fasta" optional="true" label="Fasta file containing representative sequences with where sequences are labeled with OTU identifiers, and description fields contain original sequence identifiers" help="This output is created, for example, by vsearch with the --relabel_sha1 --relabel_keep options."/> |
21 </inputs> | 21 </inputs> |
22 <outputs> | 22 <outputs> |
23 <data format="biom1" name="output_fp"/> | 23 <data format="biom1" name="output_fp"/> |
24 </outputs> | 24 </outputs> |
25 <tests> | 25 <tests> |