comparison cherry_pick_fasta.xml @ 8:ee689b6999d5 draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/cherry_pick_fasta commit 6cbabbaa6706494c530833f0fb0cbeebce4f150b
author artbio
date Wed, 11 Oct 2023 14:27:09 +0000
parents 6c0aefd9fee3
children
comparison
equal deleted inserted replaced
7:6c0aefd9fee3 8:ee689b6999d5
1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="4.0"> 1 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="4.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="3.8.0">python</requirement> 4 <requirement type="package" version="3.8.0">python</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
144 or do not match a given string, or a list of strings. 144 or do not match a given string, or a list of strings.
145 145
146 Note that the version 4 of the tools is amazingly accelerated ! 146 Note that the version 4 of the tools is amazingly accelerated !
147 147
148 </help> 148 </help>
149 <citations>
150 <citation type="doi">10.1002/0471142727.mb1910s89</citation>
151 </citations>
149 </tool> 152 </tool>