multiple data types
Hi all, I see there's a wig -> bigwig converter that uses the wigToBigWig utility... as it accepts bedgraph files also, it would be great if one can feed the same utility with bdg files too... How can I enable multiple data types here: <param format="wig" name="input1" type="data" label="Convert"> ? d /* Davide Cittaro Cogentech - Consortium for Genomic Technologies via adamello, 16 20139 Milano Italy tel.: +39(02)574303007 e-mail: davide.cittaro@ifom-ieo-campus.it */
Hi Davide, You can use a comma-separated list of formats:
<param format="wig,bedgraph" name="input1" type="data" label="Convert">
It might also be desirable to modify the tool's display name and the output dataset name to indicate that both formats are accepted by the tool and which type of input was used to create the output dataset. Thanks for using Galaxy, Dan On Sep 29, 2010, at 6:28 AM, Davide Cittaro wrote:
Hi all, I see there's a wig -> bigwig converter that uses the wigToBigWig utility... as it accepts bedgraph files also, it would be great if one can feed the same utility with bdg files too... How can I enable multiple data types here:
<param format="wig" name="input1" type="data" label="Convert">
?
d /* Davide Cittaro
Cogentech - Consortium for Genomic Technologies via adamello, 16 20139 Milano Italy
tel.: +39(02)574303007 e-mail: davide.cittaro@ifom-ieo-campus.it */
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
Daniel Blankenberg
-
Davide Cittaro