I have a tool defined where a tabular defined input is picking up fasta files. Can someone help me with this or help me understand why it doesn't pickup the right type of file? In another case, I've specified format="gff" but it will not pickup any gff files.
<tool id="jb_blast2gff" name="Blast2Gff" version="1.0.0">
<description>Convert BLAST to GFF</description>
<command interpreter="perl">Blast2Gff.pl -i $input1 -o $output -s $input2</command>
<inputs>
<param format="tabular" name="input1" type="data" label="BLAST Result file (tabular)"/>
<param format="fasta" name="input2" type="data" label="Original Sequence file (FASTA)"/>
</inputs>
<outputs>
<data format="gff" name="output" label="BLAST to GFF output file"/>
</outputs>
</tool>
Other things I've tried: completely rebooting. CentOS 6.7