Mercurial > repos > cpt > cpt_bprom_converter
comparison bprom_gff3_converter.xml @ 0:14e64dda68c8 draft default tip
planemo upload commit 852ac96ca53a2ffa0947e6df5e24671866b642f5
author | cpt |
---|---|
date | Sun, 23 Jul 2023 01:47:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:14e64dda68c8 |
---|---|
1 <tool id="edu.tamu.cpt.external.BPROM-gff3" name="Convert BPROM results to GFF" version="22.1.0.0"> | |
2 <description/> | |
3 <requirements> | |
4 <requirement type="package" version="3.8">python</requirement> | |
5 <requirement type="package" version="1.0.5">pandas</requirement> | |
6 </requirements> | |
7 <command detect_errors="aggressive"><![CDATA[ | |
8 python3.8 '$__tool_directory__/bprom_gff3_converter.py' | |
9 -f '$txtIn' | |
10 > '$gffOut']]></command> | |
11 <inputs> | |
12 <param name="txtIn" type="data" label="BPROM Results" format="txt"/> | |
13 </inputs> | |
14 <outputs> | |
15 <data format="gff3" name="gffOut" label="BPROM to GFF Results"/> | |
16 </outputs> | |
17 <tests/> | |
18 <help><![CDATA[ | |
19 **What it does** | |
20 | |
21 Converts BPROM text output to GFF3 format | |
22 ]]></help> | |
23 <citations> | |
24 <citation type="bibtex"> | |
25 @unpublished{galaxyTools, | |
26 author = {J. Chamblee}, | |
27 title = {CPT Galaxy Tools}, | |
28 year = {2022}, | |
29 note = {https://github.com/tamu-cpt/galaxy-tools/} | |
30 } | |
31 </citation> | |
32 </citations> | |
33 </tool> |