annotate tetranscript.xml @ 1:bf4ee2810759 draft

"planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit de0508a070ac11901c5c4cb9caffea85f0c889fb"
author iuc
date Thu, 16 Jul 2020 08:04:29 -0400
parents 2dfbcb88d16a
children bbeab8445490
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"?>
1
bf4ee2810759 "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit de0508a070ac11901c5c4cb9caffea85f0c889fb"
iuc
parents: 0
diff changeset
2 <tool id="tetoolkit_tetranscripts" name="TEtranscripts" version="@TOOL_VERSION@+galaxy0">
0
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>
1
bf4ee2810759 "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit de0508a070ac11901c5c4cb9caffea85f0c889fb"
iuc
parents: 0
diff changeset
5 <token name="@TOOL_VERSION@">2.2.0</token>
0
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
6 </macros>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
7 <requirements>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
8 <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
9 </requirements>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
10 <version_command>TEtranscripts --version</version_command>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
12 ## initialize
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
13 ## file extension is required
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
14 ln -s '$GTF' 'gene_annotation.gtf' &&
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
15 ln -s '$TE' 'transposable_annotation.gtf' &&
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
16
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
17 ## run
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
18 TEtranscripts
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
19 ## required
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
20 -t
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
21 #for $s in $sample_rep
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
22 '${s.t}'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
23 #end for
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
24 -c
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
25 #for $s in $sample_rep
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
26 '${s.c}'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
27 #end for
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
28 --GTF 'gene_annotation.gtf'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
29 --TE 'transposable_annotation.gtf'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
30 ## optional
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
31 --stranded '$io.stranded'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
32 $io.sortByPos
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
33 --project 'result'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
34 --mode '$ap.mode'
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
35 --minread $ap.minread
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
36 #if $ap.fragmentLength
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
37 --fragmentLength $ap.fragmentLength
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
38 #end if
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
39 --iteration $ap.iteration
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
40 --padj $ap.padj
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
41 --foldchange $ap.foldchange
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
42 #if 'log' in $ap.out
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
43 --verbose 3
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
44 |& tee log.txt
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
45 #end if
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
46 ]]></command>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
47 <inputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
48 <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
49 <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
50 <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
51 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
52 <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
53 <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
54 <section name="io" title="Input options">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
55 <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
56 <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
57 <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
58 <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
59 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
60 <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
61 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
62 <section name="ap" title="Advanced parameters">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
63 <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
64 <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
65 <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
66 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
67 <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
68 <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
69 <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
70 <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
71 <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
72 <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
73 <option value="cnttable" selected="true">cntTable</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
74 <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
75 <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
76 <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
77 <option value="log">Log</option>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
78 </param>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
79 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
80 </inputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
81 <outputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
82 <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
83 <filter>'cnttable' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
84 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
85 <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
86 <filter>'deseq2' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
87 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
88 <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
89 <filter>'log' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
90 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
91 <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
92 <filter>'gta' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
93 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
94 <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
95 <filter>'sgt' in ap['out']</filter>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
96 </data>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
97 </outputs>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
98 <tests>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
99 <!--
1
bf4ee2810759 "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit de0508a070ac11901c5c4cb9caffea85f0c889fb"
iuc
parents: 0
diff changeset
100 test data sources:
0
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
101 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
102 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
103 -->
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 <!-- #1: default -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
106 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
107 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
108 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
109 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
110 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
111 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
112 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
113 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
114 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
115 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
116 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
117 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
118 <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
119 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
120 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
121 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
122 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
123 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
124 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
125 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
126 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
127 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
128 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
129 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
130 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
131 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
132 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
133 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
134 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
135 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
136 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
137 <has_text_matching expression="INFO"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
138 <has_text_matching expression=".+Done"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
139 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
140 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
141 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
142 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
143 <has_n_lines n="71"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
144 <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
145 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
146 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
147 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
148 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
149 <!-- no content, test dataset to small -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
150 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
151 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
152 <has_n_lines n="1"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
153 <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
154 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
155 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
156 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
157 <!-- #2 -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
158 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
159 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
160 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
161 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
162 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
163 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
164 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
165 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
166 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
167 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
168 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
169 <section name="io">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
170 <param name="stranded" value="forward"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
171 <param name="sortByPos" value="true"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
172 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
173 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
174 <param name="mode" value="uniq"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
175 <param name="minread" value="2"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
176 <param name="fragmentLength" value="10"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
177 <param name="iteration" value="90"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
178 <param name="padj" value="0.06"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
179 <param name="foldchange" value="2.0"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
180 <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
181 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
182 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
183 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
184 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
185 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
186 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
187 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
188 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
189 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
190 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
191 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
192 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
193 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
194 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
195 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
196 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
197 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
198 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
199 <has_text_matching expression="INFO.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
200 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
201 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
202 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
203 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
204 <has_n_lines n="3"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
205 <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
206 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
207 <has_text_matching expression="DNAREP1.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
208 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
209 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
210 <!-- no content, test dataset to small -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
211 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
212 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
213 <has_n_lines n="1"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
214 <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
215 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
216 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
217 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
218 <!-- #3 -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
219 <test expect_num_outputs="5">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
220 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
221 <param name="t" value="treatment1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
222 <param name="c" value="control1.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
223 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
224 <repeat name="sample_rep">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
225 <param name="t" value="treatment2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
226 <param name="c" value="control2.bam"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
227 </repeat>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
228 <param name="GTF" value="gtf.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
229 <param name="TE" value="te.gtf"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
230 <section name="io">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
231 <param name="stranded" value="reverse"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
232 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
233 <section name="ap">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
234 <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
235 </section>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
236 <output name="out_cnt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
237 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
238 <has_n_lines n="295"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
239 <!-- depends on sample names -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
240 <has_text_matching expression="gene.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
241 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
242 <has_text_matching expression="TIRANT.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
243 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
244 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
245 <output name="out_deseq2">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
246 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
247 <has_n_lines n="14"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
248 <has_text_matching expression="data.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
249 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
250 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
251 <output name="out_log">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
252 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
253 <has_text_matching expression="INFO.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
254 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
255 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
256 <output name="out_gta">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
257 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
258 <has_n_lines n="23"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
259 <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
260 <!-- order changes -->
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
261 <has_text_matching expression="TART.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
262 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
263 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
264 <output name="out_sgt">
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
265 <assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
266 <has_n_lines n="2"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
267 <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
268 <has_text_matching expression="Gypsy12.+"/>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
269 </assert_contents>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
270 </output>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
271 </test>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
272 </tests>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
273 <help><![CDATA[
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
274 .. class:: infomark
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
275
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
276 **What it does**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
277
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
278 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
279
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
280 **Input**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
281
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
282 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
283
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
284 **Output**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
285
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
286 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
287
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
288 .. class:: infomark
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
289
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
290 **References**
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
291
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
292 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
293 ]]></help>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
294 <citations>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
295 <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
296 <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
297 </citations>
2dfbcb88d16a "planemo upload for repository https://github.com/mhammell-laboratory/TEtranscripts commit 0afd89b76ba658b8bc9faa1463a1aa160ddb2339"
iuc
parents:
diff changeset
298 </tool>