Mercurial > repos > iuc > tsebra
annotate tsebra.xml @ 0:174c63ee0150 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
author | iuc |
---|---|
date | Mon, 30 Oct 2023 15:35:25 +0000 |
parents | |
children | 681fd806acc4 |
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> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
7 <requirements> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
8 <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
|
9 </requirements> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
10 <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
|
11 tsebra.py |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
12 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
13 #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
|
14 -g '$gtf_input' |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
15 #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
|
16 -k '$gtf_input' |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
17 #end if |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
18 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
19 #if $hint_file |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
20 -e '$hint_file' |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
21 #end if |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
22 #if $cfg_file |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
23 -c '$cfg_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 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
26 $ignore_tx_phase |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
27 #if $filter_exon |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
28 --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
|
29 #end if |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
30 #if $score_tab |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
31 --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
|
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 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
34 -o '$output' |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
35 ]]></command> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
36 <inputs> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
37 <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
|
38 <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
|
39 <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
|
40 <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
|
41 </param> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
42 <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
|
43 <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
|
44 <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
|
45 <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
|
46 <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
|
47 <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
|
48 </inputs> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
49 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
50 <outputs> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
51 <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
|
52 <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
|
53 <actions> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
54 <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
|
55 </actions> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
56 <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
|
57 </data> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
58 </outputs> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
59 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
60 <tests> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
61 <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
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 </test> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
68 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
69 <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
|
70 <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
|
71 <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
|
72 <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
|
73 <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
|
74 <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
|
75 <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
|
76 <assert_contents> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
77 <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
|
78 <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
|
79 <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
|
80 <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
|
81 </assert_contents> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
82 </output> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
83 </test> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
84 </tests> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
85 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
86 <help><![CDATA[ |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
87 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
|
88 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
|
89 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
90 |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
91 .. _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
|
92 ]]></help> |
174c63ee0150
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/tsebra commit 4bd553d5f49cca7b7acba0ad05fcbebb9a760a4f
iuc
parents:
diff
changeset
|
93 <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
|
94 </tool> |