annotate tetranscript.xml @ 0:2dfbcb88d16a draft

"planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
author iuc
date Wed, 13 May 2020 12:57:29 -0400
parents
children bf4ee2810759
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
2 <tool id="tetoolkit_tetranscripts" name="TEtranscripts" version="@TOOL_VERSION@+@WRAPPER_VERSION@">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
3 <description>annotates reads to genes and transposable elements</description>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
4 <macros>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
5 <token name="@TOOL_VERSION@">2.1.4</token>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
6 <token name="@WRAPPER_VERSION@">galaxy0</token>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
7 </macros>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
8 <requirements>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
9 <requirement type="package" version="@TOOL_VERSION@">tetranscripts</requirement>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
10 </requirements>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
11 <version_command>TEtranscripts --version</version_command>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
13 ## initialize
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
14 ## file extension is required
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
15 ln -s '$GTF' 'gene_annotation.gtf' &&
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
16 ln -s '$TE' 'transposable_annotation.gtf' &&
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
17
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
18 ## run
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
19 TEtranscripts
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
20 ## required
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
21 -t
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
22 #for $s in $sample_rep
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
23 '${s.t}'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
24 #end for
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
25 -c
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
26 #for $s in $sample_rep
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
27 '${s.c}'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
28 #end for
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
29 --GTF 'gene_annotation.gtf'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
30 --TE 'transposable_annotation.gtf'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
31 ## optional
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
32 --stranded '$io.stranded'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
33 $io.sortByPos
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
34 --project 'result'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
35 --mode '$ap.mode'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
36 --minread $ap.minread
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
37 #if $ap.fragmentLength
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
38 --fragmentLength $ap.fragmentLength
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
39 #end if
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
40 --iteration $ap.iteration
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
41 --padj $ap.padj
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
42 --foldchange $ap.foldchange
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
43 #if 'log' in $ap.out
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
44 --verbose 3
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
45 |& tee log.txt
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
46 #end if
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
47 ]]></command>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
48 <inputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
49 <repeat name="sample_rep" min="2" title="Select input data">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
50 <param argument="-t" type="data" format="bam" label="Treatment sample file"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
51 <param argument="-c" type="data" format="bam" label="Control sample file"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
52 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
53 <param argument="--GTF" type="data" format="gtf" label="Select GTF file for gene annotations"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
54 <param argument="--TE" type="data" format="gtf" label="Select GTF file for transposable element annotations"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
55 <section name="io" title="Input options">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
56 <param argument="--stranded" type="select" label="Select library type">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
57 <option value="no">Library is unstranded (no)</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
58 <option value="forward">Second-strand cDNA library e.g. QIAseq stranded (forward)</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
59 <option value="reverse">First-strand cDNA library e.g. Illumina TruSeq stranded (reverse)</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
60 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
61 <param argument="--sortByPos" type="boolean" truevalue="--sortByPos" falsevalue="" label="Are input files sorted by chromosome position?"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
62 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
63 <section name="ap" title="Advanced parameters">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
64 <param argument="--mode" type="select" label="Set TE counting mode">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
65 <option value="multi">Distribute among all alignments (multi)</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
66 <option value="uniq">Unique mappers only (uniq)</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
67 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
68 <param argument="--minread" type="integer" value="1" min="0" label="Set read count cutoff"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
69 <param argument="--fragmentLength" type="integer" min="0" optional="true" label="Set average length of fragment used for single-end sequencing" help="For paired-end, estimated from the input alignment file. For single-end, ignored by default."/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
70 <param argument="--iteration" type="integer" value="100" min="0" label="Set maximum number of iterations used to optimize multi-reads assignment"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
71 <param argument="--padj" type="float" value="0.05" min="0.0" max="1.0" label="Set FDR cutoff for significance"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
72 <param argument="--foldchange" type="float" value="1.0" min="0.0" label="Set fold-change ratio (absolute) cutoff for differential expression"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
73 <param name="out" type="select" multiple="true" label="Select output file(s)" help="Result files for gene TE analysis and sigDiff gene TE will be created if more than one dataset is applied.">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
74 <option value="cnttable" selected="true">cntTable</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
75 <option value="deseq2" selected="true">DESeq2.R</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
76 <option value="gta" selected="true">Gene TE Analysis</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
77 <option value="sgt" selected="true">SigDiff Gene TE</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
78 <option value="log">Log</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
79 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
80 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
81 </inputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
82 <outputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
83 <data name="out_cnt" format="tabular" from_work_dir="result.cntTable" label="${tool.name} on ${on_string}: cntTable">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
84 <filter>'cnttable' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
85 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
86 <data name="out_deseq2" format="txt" from_work_dir="result_DESeq2.R" label="${tool.name} on ${on_string}: DESeq2.R">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
87 <filter>'deseq2' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
88 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
89 <data name="out_log" format="txt" from_work_dir="log.txt" label="${tool.name} on ${on_string}: log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
90 <filter>'log' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
91 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
92 <data name="out_gta" format="txt" from_work_dir="result_gene_TE_analysis.txt" label="${tool.name} on ${on_string}: Gene TE analysis">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
93 <filter>'gta' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
94 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
95 <data name="out_sgt" format="txt" from_work_dir="result_sigdiff_gene_TE.txt" label="${tool.name} on ${on_string}: SigDiff Gene TE">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
96 <filter>'sgt' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
97 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
98 </outputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
99 <tests>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
100 <!--
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
101 sources for test data:
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
102 https://github.com/mhammell-laboratory/tetoolkit-test-data
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
103 https://github.com/mhammell-laboratory/TEtranscripts/issues/66
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
104 -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
105
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
106 <!-- #1: default -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
107 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
108 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
109 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
110 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
111 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
112 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
113 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
114 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
115 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
116 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
117 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
118 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
119 <param name="out" value="cnttable,deseq2,gta,sgt,log"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
120 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
121 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
122 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
123 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
124 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
125 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
126 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
127 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
128 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
129 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
130 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
131 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
132 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
133 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
134 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
135 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
136 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
137 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
138 <has_text_matching expression="INFO"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
139 <has_text_matching expression=".+Done"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
140 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
141 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
142 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
143 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
144 <has_n_lines n="71"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
145 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
146 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
147 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
148 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
149 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
150 <!-- no content, test dataset to small -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
151 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
152 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
153 <has_n_lines n="1"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
154 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
155 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
156 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
157 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
158 <!-- #2 -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
159 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
160 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
161 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
162 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
163 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
164 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
165 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
166 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
167 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
168 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
169 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
170 <section name="io">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
171 <param name="stranded" value="forward"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
172 <param name="sortByPos" value="true"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
173 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
174 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
175 <param name="mode" value="uniq"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
176 <param name="minread" value="2"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
177 <param name="fragmentLength" value="10"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
178 <param name="iteration" value="90"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
179 <param name="padj" value="0.06"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
180 <param name="foldchange" value="2.0"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
181 <param name="out" value="cnttable,deseq2,gta,sgt,log"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
182 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
183 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
184 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
185 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
186 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
187 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
188 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
189 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
190 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
191 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
192 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
193 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
194 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
195 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
196 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
197 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
198 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
199 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
200 <has_text_matching expression="INFO.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
201 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
202 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
203 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
204 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
205 <has_n_lines n="3"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
206 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
207 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
208 <has_text_matching expression="DNAREP1.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
209 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
210 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
211 <!-- no content, test dataset to small -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
212 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
213 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
214 <has_n_lines n="1"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
215 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
216 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
217 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
218 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
219 <!-- #3 -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
220 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
221 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
222 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
223 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
224 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
225 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
226 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
227 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
228 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
229 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
230 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
231 <section name="io">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
232 <param name="stranded" value="reverse"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
233 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
234 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
235 <param name="out" value="cnttable,deseq2,gta,sgt,log"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
236 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
237 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
238 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
239 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
240 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
241 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
242 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
243 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
244 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
245 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
246 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
247 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
248 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
249 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
250 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
251 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
252 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
253 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
254 <has_text_matching expression="INFO.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
255 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
256 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
257 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
258 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
259 <has_n_lines n="23"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
260 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
261 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
262 <has_text_matching expression="TART.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
263 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
264 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
265 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
266 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
267 <has_n_lines n="2"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
268 <has_line line="baseMean&#009;log2FoldChange&#009;lfcSE&#009;stat&#009;pvalue&#009;padj"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
269 <has_text_matching expression="Gypsy12.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
270 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
271 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
272 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
273 </tests>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
274 <help><![CDATA[
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
275 .. class:: infomark
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
276
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
277 **What it does**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
278
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
279 TEtranscripts is a software package that utilizes both unambiguously (uniquely) and ambiguously (multi-) mapped reads to perform differential enrichment analyses from high throughput sequencing experiments. Currently, most expression analysis software packates are not optimized for handling the complexities involved in quantifying highly repetitive regions of the genome, especially transposable elements (TE), from short sequencing reads. Although transposon elements make up between 20 to 80% of many eukaryotic genomes and contribute significantly to the cellular transcriptome output, the difficulty in quantifying their abundances from high throughput sequencing experiments has led them to be largely ignored in most studies. The TEtranscripts provides a noticeable improvement in the recovery of TE transcripts from RNA-Seq experiments and identification of peaks associated with repetitive regions of the genome.
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
280
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
281 **Input**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
282
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
283 GTF files for gene annotation can be obtained from `UCSC RefSeq <http://genome.ucsc.edu/cgi-bin/hgTables>`_, Ensembl, `iGenomes <http://support.illumina.com/sequencing/sequencing_software/igenome.html>`_ or other annotation databases. GTF files for TE annotations are customly generated from `UCSC RepeatMasker <http://genome.ucsc.edu/cgi-bin/hgTables>`_ or other annotation database. They contain two custom attributes, class_id and family_id, corresponding to the class (e.g. LINE) and family (e.g. L1) of the corresponding transposable element. A unique ID (e.g. L1Md_Gf_dup1) is also assigned for each TE annotation in the transcript_id attribute.
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
284
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
285 **Output**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
286
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
287 TEtranscripts quantifies both gene and transposable element (TE) transcript abundances from RNA-Seq experiments, utilizing both uniquely and ambiguously mapped short read sequences. It processes the short reads alignments (BAM files) and proportionally assigns read counts to the corresponding gene or TE based on the user-provided annotation files (GTF files). In addition, TEtranscripts combines multiple libraries and perform differential analysis using DESeq2.
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
288
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
289 .. class:: infomark
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
290
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
291 **References**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
292
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
293 More information are available on the `project website <http://hammelllab.labsites.cshl.edu/software/#TEtranscripts>`_ and `github <https://github.com/mhammell-laboratory/TEtranscripts>`_.
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
294 ]]></help>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
295 <citations>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
296 <citation type="doi">10.1093/bioinformatics/btv422</citation>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
297 <citation type="doi">10.1007/978-1-4939-7710-9_11</citation>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
298 </citations>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
299 </tool>