comparison cherry_pick_fasta.xml @ 5:144b856e926c draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/cherry_pick_fasta commit f0b1a491326056fc89fef192c891af6f7a3c4d80"
author artbio
date Tue, 05 Apr 2022 23:42:28 +0000
parents ba6c4aeb22ea
children d8fa616a228a
comparison
equal deleted inserted replaced
4:ba6c4aeb22ea 5:144b856e926c
1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="3.0.1"> 1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="3.2.1">
2 <description>with header satisfying a string query</description> 2 <description>with header satisfying a string query</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.70">biopython</requirement> 4 <requirement type="package" version="1.75">biopython</requirement>
5 </requirements> 5 </requirements>
6 <command interpreter="python">cherry_pick_fasta.py 6 <command interpreter="python">cherry_pick_fasta.py
7 --input $input 7 --input $input
8 --searchfor '$search.searchfor' 8 --searchfor '$search.searchfor'
9 #if $search.options_selector == 'single': 9 #if $search.options_selector == 'single':