Previous changeset 7:6c0aefd9fee3 (2022-12-29) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/cherry_pick_fasta commit 6cbabbaa6706494c530833f0fb0cbeebce4f150b |
modified:
cherry_pick_fasta.xml |
b |
diff -r 6c0aefd9fee3 -r ee689b6999d5 cherry_pick_fasta.xml --- a/cherry_pick_fasta.xml Thu Dec 29 11:53:05 2022 +0000 +++ b/cherry_pick_fasta.xml Wed Oct 11 14:27:09 2023 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="4.0"> +<tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="4.1"> <description>with header satisfying a string query</description> <requirements> <requirement type="package" version="3.8.0">python</requirement> @@ -146,4 +146,7 @@ Note that the version 4 of the tools is amazingly accelerated ! </help> + <citations> + <citation type="doi">10.1002/0471142727.mb1910s89</citation> + </citations> </tool> |