26 Aug
2010
26 Aug
'10
3:20 a.m.
In theory, the correct attribute should be "$input1.extension". Let us know if that doesn't work though.
From: "Belinda M. Giardine" <giardine@bx.psu.edu> Date: August 25, 2010 5:44:28 PM EDT To: Galaxy-user@bx.psu.edu Subject: finding file format of data item
I have a tool that can be run on multiple data formats. But I need to run it differently depending on the format of the input dataset. How can I get the input data format?
In the tools .xml file I have:
<param format="interval,lped" name="input1" type="data" label="SNPs">
and
#if $input1.metadata.format=="interval" ...
The if doesn't work, what should be there?