Question: How to define multiple accepted data input formats for custom tool in the XML file?
0
LF • 10 wrote:
Hi all,
I am working on implementing a custom tool for a galaxy server and was wondering about the best way to allow for both fastq and fastq.gz input format.
For example, my XML <inputs> tag contains the following <param> tag right now:
<param type="data" name="R1" format="fastq" label="FWD reads (R1)"/>
However, the tool will also accept fastq.gz input data -- how do I make galaxy aware of this?
Thanks for any help!
ADD COMMENT
• link
•
modified 3.5 years ago
by
Bjoern Gruening ♦ 5.1k
•
written
3.5 years ago by
LF • 10