Mercurial > repos > drosofff > cherry_pick_fasta
changeset 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 |
files | cherry_pick_fasta.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cherry_pick_fasta.xml Mon Jun 08 19:30:07 2015 -0400 +++ b/cherry_pick_fasta.xml Mon Jun 08 19:35:38 2015 -0400 @@ -1,8 +1,8 @@ <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="0.9.0"> <description>with header satisfying a query string</description> <command interpreter="python">cherry_pick_fasta.py - --input "$input" - --query-string $query + --input $input + --query-string "$query" --output $output </command>