Mercurial > repos > cpt > cpt_disruptin_table
comparison Disruptin_hydrophobicity_helicity_table_package.xml @ 1:a99be535e99d draft
planemo upload commit 94b0cd1fff0826c6db3e7dc0c91c0c5a8be8bb0c
author | cpt |
---|---|
date | Mon, 05 Jun 2023 02:41:05 +0000 |
parents | |
children | 6404df40e420 |
comparison
equal
deleted
inserted
replaced
0:f3fc78cc4c43 | 1:a99be535e99d |
---|---|
1 <tool id="edu.tamu.cpt2.phage.disruptin_table" name="Disruptin Table Output" version="1.0"> | |
2 <description>makes table of disruptin candidates</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__/Disruptin_hydrophobicity_helicity_table_package.py' | |
10 '$garnier_file' | |
11 '$fasta_file' | |
12 | |
13 | |
14 | |
15 >$output]]></command> | |
16 <inputs> | |
17 <param label="Garnier csv file" name="garnier_file" type="data" format="tabular"/> | |
18 <param label="Candidate fasta file" name="fasta_file" type="data" format="fasta"/> | |
19 </inputs> | |
20 <outputs> | |
21 <data format="tabular" name="output"/> | |
22 </outputs> | |
23 <help><![CDATA[ | |
24 **What it does** | |
25 This program takes the parsed output from the garnier tool and the fasta file with disruptin candidate sequences | |
26 and compiles information on each of the sequences into a table format. The table includes the sequence and the position for each residue | |
27 as well as the charge, hydrophobicity (based on the Kyte Doolittle scale), and secondary structure prediction from | |
28 the garnier tool. | |
29 | |
30 ]]></help> | |
31 <expand macro="citations"/> | |
32 </tool> |