annotate tsebra.xml @ 4:69dcd75c0f5f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 490c0509fbaaacd763091baf3e1ebdf0b69a829e
author iuc
date Thu, 26 Sep 2024 15:27:15 +0000
parents 681fd806acc4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
2 <tool id="tsebra" name="TSEBRA" version="@TOOL_VERSION@+galaxy0" profile="21.05">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
3 <description>tanscript selector for BRAKER</description>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
4 <macros>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
5 <import>macros.xml</import>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
6 </macros>
3
681fd806acc4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit c009a4d4c26febdb75f46c5d3cb71352698d61f8
iuc
parents: 0
diff changeset
7 <xrefs>
681fd806acc4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit c009a4d4c26febdb75f46c5d3cb71352698d61f8
iuc
parents: 0
diff changeset
8 <xref type="bio.tools">tsebra</xref>
681fd806acc4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit c009a4d4c26febdb75f46c5d3cb71352698d61f8
iuc
parents: 0
diff changeset
9 </xrefs>
0
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
10 <requirements>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
11 <requirement type="package" version="@TOOL_VERSION@">tsebra</requirement>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
12 </requirements>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
14 tsebra.py
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
15
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
16 #if str( $gtf_file_param ) == "GTF":
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
17 -g '$gtf_input'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
18 #elif str( $gtf_file_param ) == "KEEP_GTF":
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
19 -k '$gtf_input'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
20 #end if
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
21
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
22 #if $hint_file
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
23 -e '$hint_file'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
24 #end if
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
25 #if $cfg_file
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
26 -c '$cfg_file'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
27 #end if
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
28
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
29 $ignore_tx_phase
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
30 #if $filter_exon
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
31 --filter_single_exon_genes
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
32 #end if
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
33 #if $score_tab
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
34 --score_tab '$output_tab'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
35 #end if
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
36
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
37 -o '$output'
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
38 ]]></command>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
39 <inputs>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
40 <param name="gtf_input" type="data" format="gtf" label="GTF input"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
41 <param name="gtf_file_param" type="select" label="Choose the analysis parameter for the gtf file">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
42 <option value="GTF" selected="true">List of gene prediciton files</option>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
43 <option value="KEEP_GTF">All transcripts from these gene sets will be included in the output</option>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
44 </param>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
45 <param name="hint_file" argument="-e" type="data" format="gff" optional="true" label="List of files containing extrinsic evidence"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
46 <param name="cfg_file" argument="-c" type="data" format="txt" optional="true" label="Configuration file" help="Find the recommanded parameter at config/default.cfg"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
47 <param name="score_tab" argument="-s" type="boolean" checked="false" label="Print the transcript scores as a table to the specified file"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
48 <param name="ignore_transcrpts" type="boolean" label="Ignore the phase transcripts while detecting clusters of overlapping transcripts"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
49 <param name="filter_exon" type="boolean" label="Filter out all single-exon genes"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
50 <param argument="--ignore_tx_phase" type="boolean" truevalue="--ignore_tx_phase" falsevalue="" label="Ignore the phase transcripts while detecting clusters of overlapping transcripts"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
51 </inputs>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
52
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
53 <outputs>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
54 <data name="output" format="gtf" label="TSEBRA on ${on_string}"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
55 <data name="output_tab" format="txt" label="TSEBRA on ${on_string} : tab">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
56 <actions>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
57 <action name="column_names" type="metadata" default="TX_ID,intron_support,stasto_support,s1,s2,s3,s4" />
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
58 </actions>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
59 <filter>score_tab</filter>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
60 </data>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
61 </outputs>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
62
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
63 <tests>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
64 <test expect_num_outputs="1">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
65 <param name="gtf_input" value="braker.gtf" ftype="gtf"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
66 <param name="hint_file" value="hintsfile.gff" ftype="gff"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
67 <param name="score_tab" value="false"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
68 <param name="gtf_file_param" value="GTF"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
69 <output name="output" ftype="gtf" file="output.gtf" lines_diff="2"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
70 </test>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
71
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
72 <test expect_num_outputs="2">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
73 <param name="gtf_input" value="braker.gtf" ftype="gtf"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
74 <param name="hint_file" value="hintsfile.gff" ftype="gff"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
75 <param name="score_tab" value="true"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
76 <param name="gtf_file_param" value="GTF"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
77 <output name="output" ftype="gtf" file="output.gtf" lines_diff="2"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
78 <output name="output_tab" ftype="txt">
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
79 <assert_contents>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
80 <has_size value="32000" delta="300"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
81 <has_text text="anno1;g1.t1"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
82 <has_text text="anno1;g59.t1"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
83 <has_text text="anno1;g169.t1"/>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
84 </assert_contents>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
85 </output>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
86 </test>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
87 </tests>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
88
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
89 <help><![CDATA[
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
90 tsebra_ TSEBRA is a combinatorial tool that selects transcripts from genetic predictions based on support by extrinsic evidence
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
91 in the form of introns and start/stop codpns. This tool has been developed to combine BRAKER predictions.
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
92
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
93
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
94 .. _tsebra: https://github.com/Gaius-Augustus/TSEBRA
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
95 ]]></help>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
96 <expand macro="citation"></expand>
174c63ee0150 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff changeset
97 </tool>