Mercurial > repos > abims-sbr > cds_search
comparison CDS_search.xml @ 1:c79bdda8abfb draft default tip
planemo upload for repository https://github.com/abims-sbr/adaptsearch commit 3a118aa934e6406cc8b0b24d006af6365c277519
author | abims-sbr |
---|---|
date | Thu, 09 Jun 2022 12:40:00 +0000 |
parents | eb95bf7f90ae |
children |
comparison
equal
deleted
inserted
replaced
0:eb95bf7f90ae | 1:c79bdda8abfb |
---|---|
1 <tool name="CDS_search" id="cds_search" version="2.1.2"> | 1 <tool name="CDS_search" id="cds_search" version="2.2.2"> |
2 | 2 |
3 <description> | 3 <description> |
4 ORF and CDS search | 4 ORF and CDS search |
5 </description> | 5 </description> |
6 | 6 |
7 <macros> | 7 <macros> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
10 | 10 |
11 <requirements> | 11 <requirements> |
12 <expand macro="python_required" /> | 12 <requirement type="package" version="1.79">biopython</requirement> |
13 </requirements> | 13 </requirements> |
14 | 14 |
15 <command><![CDATA[ | 15 <command><![CDATA[ |
16 #for $input in $inputs | 16 #for $input in $inputs |
17 ln -s '$input' '$input.element_identifier'; | 17 ln -s '$input' '$input.element_identifier'; |