Mercurial > repos > iuc > trinity_super_transcripts
annotate super_transcripts.xml @ 7:18a069ea4b96 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
author | iuc |
---|---|
date | Fri, 10 Sep 2021 22:45:22 +0000 |
parents | b34de8dc0f64 |
children | 9c545f1c1a4e |
rev | line source |
---|---|
0
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
1 <tool id="trinity_super_transcripts" name="Generate SuperTranscripts" version="@WRAPPER_VERSION@"> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
2 <description>from a Trinity assembly</description> |
7
18a069ea4b96
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
iuc
parents:
3
diff
changeset
|
3 <expand macro="bio_tools"/> |
0
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
4 <macros> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
6 </macros> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
9 Trinity_gene_splice_modeler.py --incl_malign --trinity_fasta '$assembly' |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
10 ]]></command> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
11 <inputs> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
12 <param format="fasta" name="assembly" type="data" label="Trinity assembly"/> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
13 </inputs> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
14 <outputs> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
15 <data format="fasta" name="seqs" from_work_dir="trinity_genes.fasta" label="${tool.name} on ${on_string}: SuperTranscripts sequences"/> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
16 <data format="gtf" name="annotation" from_work_dir="trinity_genes.gtf" label="${tool.name} on ${on_string}: SuperTranscripts strcture annotation"/> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
17 <data format="clustal" name="malign" from_work_dir="trinity_genes.malign" label="${tool.name} on ${on_string}: multiple alignment of SuperTranscripts"/> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
18 </outputs> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
19 <tests> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
20 <test> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
21 <param name="assembly" value="raw/Trinity.fasta" ftype="fasta"/> |
3
b34de8dc0f64
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3b8670ad0ce9dd90d6a24429bca131362e56d17d"
iuc
parents:
0
diff
changeset
|
22 <output name="seqs" file="supertranscripts/trinity_genes.fasta" sort="True" /> |
b34de8dc0f64
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 3b8670ad0ce9dd90d6a24429bca131362e56d17d"
iuc
parents:
0
diff
changeset
|
23 <output name="annotation" file="supertranscripts/trinity_genes.gtf" sort="True" /> |
0
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
24 <output name="malign" file="supertranscripts/trinity_genes.malign" /> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
25 </test> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
26 </tests> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
27 <help> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
28 SuperTranscripts provide a gene-like view of the transcriptional complexity of a gene. SuperTranscripts were originally defined by Nadia Davidson, Anthony Hawkins, and Alicia Oshlack as described in their publication "SuperTranscripts: a data driven reference for analysis and visualisation of transcriptomes" Genome Biology, 2017. SuperTranscripts are useful in the context of genome-free de novo transcriptome assembly in that they provide a genome-like reference for studying aspects of the gene including differential transcript usage (aka. differential exon usage) and as a substrate for mapping reads and identifying allelic polymorphisms. |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
29 |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
30 A SuperTranscript is constructed by collapsing unique and common sequence regions among splicing isoforms into a single linear sequence. |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
31 |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
32 .. _Trinity: http://trinityrnaseq.github.io |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
33 </help> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
34 |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
35 <expand macro="citation" /> |
64094e19077d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 9dcdb5348f7439d0ce1e44ed23ad226beb4ae6d4
iuc
parents:
diff
changeset
|
36 </tool> |