annotate longORF.xml @ 3:7701185ca677 draft default tip

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 82ae2fa7e7a4a51f7583c6a95bdafc5f843c7c3b
author mbernt
date Mon, 07 Aug 2023 13:52:25 +0000
parents 4952f1ece60b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
7701185ca677 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 82ae2fa7e7a4a51f7583c6a95bdafc5f843c7c3b
mbernt
parents: 2
diff changeset
1 <tool id="longORF" name="Obtain longest ORFs" version="0.3.0">
0
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
2 <description> in six-frame translations</description>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
3 <command><![CDATA[
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
4 python $__tool_directory__/getLongestORF.py $input $output_longestORF $output_ORFs
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
5 ]]>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
6 </command>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
7 <inputs>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
8 <param name="input" format="fasta" type="data" label="sequences"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
9 </inputs>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
10 <outputs>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
11 <data name="output_longestORF" format="fasta"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
12 <data name="output_ORFs" format="tabular"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
13 </outputs>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
14
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
15 <tests>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
16 <test>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
17 <param name="input" value="test_input.fasta"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
18 <output name="output_longestORF" file="test_output.fasta"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
19 <output name="output_ORFs" file="test_output.tab"/>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
20 </test>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
21 </tests>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
22 <help><![CDATA[
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
23 **What it does**
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
24
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
25 This tool identifies the longest Open Reading Frames within the six-frame translations of a set of sequences.
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
26
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
27 **Input**
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
28
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
29 It takes an amino acid fasta file with all open reading frames (+ and - strand) listed by the correspondng transcript. The tool is designed to process the output of the Galaxy tool "getorf" from the EMBOSS package.
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
30
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
31 **Output**
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
32
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
33 For each transcript, the respected longest ORF is identified and listed in fasta format. Furthermore, table with information about seqID, start, end, length, orientation, longest for all ORFs is given.]]>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
34 </help>
ec898924d8c7 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/blob/master/tools/longorf/ commit 8e118a4d24047e2c62912b962e854f789d6ff559
mbernt
parents:
diff changeset
35 </tool>