Mercurial > repos > cpt > cpt_shinefind
comparison shinefind.xml @ 6:6a5aac2a4c89 draft
planemo upload commit 2cfd584e61b7cb11b89d898c9883adcb54f43365
author | cpt |
---|---|
date | Tue, 25 Jul 2023 03:05:55 +0000 |
parents | 5004ddb62700 |
children | 75f99d20c2a2 |
comparison
equal
deleted
inserted
replaced
5:e7e82d0ae286 | 6:6a5aac2a4c89 |
---|---|
2 <description>Identify shine-dalgarno sequences</description> | 2 <description>Identify shine-dalgarno sequences</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <import>cpt-macros.xml</import> | 5 <import>cpt-macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"> |
8 <requirement type="package" version="3.9.16">python</requirement> | |
9 <requirement type="package" version="1.2.2">cpt_gffparser</requirement> | |
10 <requirement type="package" version="1.81">biopython</requirement> | |
11 </expand> | |
8 <command detect_errors="aggressive"><![CDATA[ | 12 <command detect_errors="aggressive"><![CDATA[ |
9 @GENOME_SELECTOR_PRE@ | 13 @GENOME_SELECTOR_PRE@ |
10 | 14 |
11 python '$__tool_directory__/shinefind.py' | 15 python '$__tool_directory__/shinefind.py' |
12 | 16 |