comparison tools/filters/seq_select_by_id.xml @ 1:50a8a6917a9c draft

Uploaded update (v0.0.3) to ignore blank lines in the ID file
author peterjc
date Fri, 18 May 2012 12:25:12 -0400
parents 838b9bebfa3c
children 28d52478ace9
comparison
equal deleted inserted replaced
0:838b9bebfa3c 1:50a8a6917a9c
1 <tool id="seq_select_by_id" name="Select sequences by ID" version="0.0.1"> 1 <tool id="seq_select_by_id" name="Select sequences by ID" version="0.0.3">
2 <description>from a tabular file</description> 2 <description>from a tabular file</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 seq_select_by_id.py $input_tabular $column $input_file $input_file.ext $output_file 4 seq_select_by_id.py $input_tabular $column $input_file $input_file.ext $output_file
5 </command> 5 </command>
6 <inputs> 6 <inputs>