galaxy-dist commit 55f909b601c4: Use the data_column type (great except on empty tabular files)

# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User peterjc <p.j.a.cock@googlemail.com> # Date 1285874190 -3600 # Node ID 55f909b601c49dc0bb53f4fee538605df04d19f4 # Parent 5498ff5b31ac871c7d22df60146fd96c61b74aab Use the data_column type (great except on empty tabular files) --- a/tools/ncbi_blast_plus/blast_filter_fasta.xml +++ b/tools/ncbi_blast_plus/blast_filter_fasta.xml @@ -5,9 +5,7 @@ </command><inputs><param name="blast_file" type="data" format="tabular" label="Tabular BLAST output"/> - <param name="blast_col" type="integer" value="1" label="Column containing FASTA identifiers"> - <validator type="in_range" min="1" /> - </param> + <param name="blast_col" type="data_column" data_ref="blast_file" numerical="true" value="1" label="Column containing FASTA identifiers" /><param name="in_file" type="data" format="fasta" label="BLAST query FASTA file"/></inputs><outputs>
participants (1)
-
commits-noreply@bitbucket.org