annotate flair_correct.xml @ 0:5d17cf201540 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
author iuc
date Fri, 27 Nov 2020 18:45:47 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
1 <tool id="flair_correct" name="FLAIR correct" version="@TOOL_VERSION@" profile="20.01">
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
2 <description>corrects misaligned splice sites using genome annotations</description>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
3
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
4 <macros>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
5 <import>flair_macros.xml</import>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
6 </macros>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
7
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
8 <expand macro="requirements" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
9 <expand macro="version_command" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
10
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
12
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
13 @PREPARE_REF@
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
14
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
15 flair.py correct
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
16
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
17 ###########
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
18 ## Input ##
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
19 ###########
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
20
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
21 -q '$input_query'
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
22 -g reference.fa
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
23 -f '$input_gtf'
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
24
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
25 #if $input_shortread:
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
26 -j '$input_shortread'
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
27 #end if
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
28
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
29 ########################
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
30 ## Additional Options ##
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
31 ########################
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
32
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
33 $additional_options.strand
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
34 -w $additional_options.window
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
35
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
36 #########
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
37 ## END ##
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
38 #########
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
39
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
40 ]]></command>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
41 <inputs>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
42 <param name="input_query" argument="-q" type="data" format="bed12" label="Uncorrected Bed12 file"/>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
43 <expand macro="reference_interface" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
44 <param name="input_gtf" argument="-f" type="data" format="gtf" label="GTF annotation file"/>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
45 <param name="input_shortread" optional="true" argument="-j" type="data" format="bed" label="Splice junction BED file" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
46
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
47 <!-- Additional Options -->
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
48 <section name="additional_options" title="Additional Options">
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
49 <param name="strand" argument="-n" type="boolean" checked="false" truevalue="-n" falsevalue="" label="Strand Consistency" help="Keep the strand of a read consistent after correction."/>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
50 <param name="window" argument="-w" type="integer" min="1" value="10" label="Window Size" help="Window size for correcting splice sites (Default=10)" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
51 </section>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
52 </inputs>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
53
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
54
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
55 <outputs>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
56 <data name="outfile_1" format="bed12" from_work_dir="flair_all_corrected.bed" label="${tool.name} on ${on_string}: Corrected Reads" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
57 <data name="outfile_2" format="bed12" from_work_dir="flair_all_inconsistent.bed" label="${tool.name} on ${on_string}: Inconsistent Reads" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
58 </outputs>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
59
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
60 <tests>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
61 <test expect_num_outputs="2">
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
62 <param name="input_query" ftype="bed12" value="chrM.bed12" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
63 <param name="ref_selector_genome" value="history" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
64 <param name="reffile" ftype="fasta" value="chrM.fa" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
65 <param name="input_gtf" ftype="gtf" value="UCSC_Main_on_Human_knownGene_region_chrM.gtf" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
66 <output name="outfile_1" ftype="bed12" file="flair_all_corrected.bed" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
67 <output name="outfile_2" ftype="bed12" file="flair_all_inconsistent.bed" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
68 </test>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
69 <!-- Test with cached genome -->
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
70 <test expect_num_outputs="2">
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
71 <param name="input_query" ftype="bed12" value="chrM.bed12" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
72 <param name="ref_selector_genome" value="cached" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
73 <param name="reffile" value="chrM" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
74 <param name="input_gtf" ftype="gtf" value="UCSC_Main_on_Human_knownGene_region_chrM.gtf" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
75 <output name="outfile_1" ftype="bed12" file="flair_all_corrected.bed" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
76 <output name="outfile_2" ftype="bed12" file="flair_all_inconsistent.bed" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
77 </test>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
78 </tests>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
79
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
80 <help><![CDATA[
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
81
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
82 .. class:: infomark
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
83
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
84 **What it does**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
85
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
86 -------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
87
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
88 @description@
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
89
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
90 **flair correct**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
91 Corrects misaligned splice sites using genome annotations and/or short-read splice junctions. Based on common user issues we have encountered, for flair-correct to run properly, please ensure/note that (1) the genome annotation and genome sequences are compatible, (2) gtf is preferred over gff for annotation and annotations that do not split single exons into multiple entries are ideal.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
92
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
93 -------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
94
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
95 **Inputs**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
96
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
97 -------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
98
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
99 (1) Uncorreced bed12 file.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
100 (2) FASTA file of the reference genome.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
101 (3) GTF annotation file.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
102 (4) BED format splice junctions from short-read sequencing or GTF annotation file.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
103
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
104 -----------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
105
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
106 **Outputs**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
107
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
108 -----------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
109
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
110 (1) bed12 of corrected reads,
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
111 (2) bed12 of reads that weren't able to be corrected,
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
112 (3) psl of corrected reads if the -c chromsizes file is provided.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
113
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
114 Either (1) or (3) can be supplied to flair-collapse as the query.
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
115
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
116 --------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
117
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
118 **More Information**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
119
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
120 --------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
121
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
122 See the excellent `FLAIR documentation`_
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
123
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
124 .. _`FLAIR documentation`: https://github.com/BrooksLabUCSC/flair
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
125
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
126
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
127 --------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
128
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
129 **Galaxy Wrapper Development**
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
130
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
131 --------------------
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
132
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
133 @citation@
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
134
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
135 ]]></help>
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
136 <expand macro="citations" />
5d17cf201540 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/flair commit b80808c3c53775c3f323581efb44d124d6e8bd1a"
iuc
parents:
diff changeset
137 </tool>