comparison reading_garnier_output.xml @ 1:edd518e72c89 draft

planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author cpt
date Mon, 05 Jun 2023 02:52:09 +0000
parents
children b19e2122bdde
comparison
equal deleted inserted replaced
0:0d2226e1c5f6 1:edd518e72c89
1 <tool id="edu.tamu.cpt2.phage.read_garnier" name="Read Garnier Secondary Structure Prediction" version="1.0">
2 <description>read garnier tool output</description>
3 <macros>
4 <import>macros.xml</import>
5 <import>cpt-macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[
9 python '$__tool_directory__/reading_garnier_output.py'
10 '$tagseq_file'
11
12
13 >'$output']]></command>
14 <inputs>
15 <param label="Tagseq" name="tagseq_file" type="data" format="tagseq"/>
16 </inputs>
17 <outputs>
18 <data format="tabular" name="output"/>
19 </outputs>
20 <help><![CDATA[
21 **What it does**
22 This program takes output from the garnier tool (as a tagseq file) and converts it into structural predictions for each
23 sequence analyzed by the garnier tool.
24
25 ]]></help>
26 <expand macro="citations"/>
27 </tool>