Mercurial > repos > artbio > cherry_pick_fasta
comparison cherry_pick_fasta.xml @ 2:321cad0eb507 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/cherry_pick_fasta commit b5ef783237b244d684e26b1ed1cc333a8305ce3e"
author | artbio |
---|---|
date | Tue, 16 Mar 2021 23:25:57 +0000 |
parents | ea8fde9c6f82 |
children | c282a8a47dd9 |
comparison
equal
deleted
inserted
replaced
1:ea8fde9c6f82 | 2:321cad0eb507 |
---|---|
1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="2.0.0"> | 1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="2.1.0"> |
2 <description>with header satisfying a string query</description> | 2 <description>with header satisfying a string query</description> |
3 <requirements> | |
4 <requirement type="package" version="3.7.6">python</requirement> | |
5 </requirements> | |
3 <command interpreter="python">cherry_pick_fasta.py | 6 <command interpreter="python">cherry_pick_fasta.py |
4 --input $input | 7 --input $input |
5 --searchfor '$search.searchfor' | 8 --searchfor '$search.searchfor' |
6 #if $search.options_selector == 'single': | 9 #if $search.options_selector == 'single': |
7 --query-string '$search.query' | 10 --query-string '$search.query' |