comparison cherry_pick_fasta.xml @ 4:07685514646c draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author drosofff
date Mon, 08 Jun 2015 19:35:38 -0400
parents 4369aa32c999
children e364eb867438
comparison
equal deleted inserted replaced
3:4369aa32c999 4:07685514646c
1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="0.9.0"> 1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="0.9.0">
2 <description>with header satisfying a query string</description> 2 <description>with header satisfying a query string</description>
3 <command interpreter="python">cherry_pick_fasta.py 3 <command interpreter="python">cherry_pick_fasta.py
4 --input "$input" 4 --input $input
5 --query-string $query 5 --query-string "$query"
6 --output $output 6 --output $output
7 </command> 7 </command>
8 8
9 <inputs> 9 <inputs>
10 <param name="query" type="text" size="30" value="" label="Select sequences with this string in their header" help="exemple: gi|40557596"> 10 <param name="query" type="text" size="30" value="" label="Select sequences with this string in their header" help="exemple: gi|40557596">