Mercurial > repos > trinity_ctat > ctat_edger_differential_expression
annotate ctat_edger_differential_expression.xml @ 0:f77032cd0463 draft
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
author | trinity_ctat |
---|---|
date | Thu, 12 Apr 2018 10:42:33 -0400 |
parents | |
children | 57907c40385c |
rev | line source |
---|---|
0
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
1 <tool id="ctat_edger_differential_expression" name="ctat_edger_differential_expression" version="1.0.0" profile="17.05"> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
2 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
3 <description>Identify Differentially Expressed Transcripts Using EdgeR</description> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
4 <requirements> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
5 <requirement type="package" version="2.7">python</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
6 <requirement type="package">subprocess32</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
7 <requirement type="package">samtools</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
8 <requirement type="package">bzip2</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
9 <requirement type="package" version="1.3.0">rsem</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
10 <requirement type="package" version="3">bioconductor-edger</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
11 <requirement type="package" version="2">bioconductor-qvalue</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
12 <requirement type="package" version="2.5.1">trinity</requirement> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
13 </requirements> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
14 <command detect_errors="exit_code"> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
15 <![CDATA[ |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
16 python $__tool_directory__/ctat_edger_differential_expression.py |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
17 $counts_matrix |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
18 $dispersion |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
19 ]]> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
20 </command> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
21 <inputs> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
22 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
23 <param type="data" format="txt" name="counts_matrix" label="Matrix of RNA-Seq fragment counts for transcripts per condition" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
24 <param type="data" format="fasta" name="transcripts_fasta_file" label="Transcripts fasta file corresponding to matrix" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
25 <param type="float" name="dispersion" value="0.1" min="0" label="dispersion value" help="Dispersion value to be used in the negative binomial" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
26 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
27 </inputs> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
28 <outputs> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
29 <!-- |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
30 <data format="tar.gz" name="EdgeR_Archive" label="${tool.name} on ${on_string}: EdgeR_Results.tar.gz" from_work_dir="edgeR_results.tar.gz" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
31 --> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
32 <data format="txt" name="EdgeR_Archive" label="${tool.name} on ${on_string}: EdgeR_Results.tar.gz" from_work_dir="edgeR_results.tar.gz" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
33 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
34 </outputs> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
35 <tests> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
36 <test> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
37 <param name="counts_matrix" value="Sp.counts.matrix" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
38 <!-- The transcripts_fasta_file does not seem to be used for anything. --> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
39 <param name="transcripts_fasta_file" value="Sp.Trinity.fasta" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
40 <param name="dispersion" value="0.1" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
41 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
42 <!-- One could create more detailed tests if the output files were explicitly |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
43 saved rather than placed into an archive. We had a case where the archive |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
44 was being created, but it was missing one of the files, or one of the |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
45 files was empty. There is no easy way to look into the archive file to |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
46 test this. |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
47 --> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
48 <output name="EdgeR_Archive" > |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
49 <assert_contents> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
50 <has_line_matching expression=".+" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
51 <!-- The following is the magic number for all gzip files. --> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
52 <has_text_matching expression="\x1F\x8B" /> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
53 </assert_contents> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
54 </output> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
55 </test> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
56 </tests> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
57 <help> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
58 .. class:: infomark |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
59 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
60 edgeR is a Bioconductor package focusing on the analysis of digital gene expression data derived from RNA-Seq sequencing technologies. |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
61 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
62 To learn more about edgeR read their paper_, visit their website_ , or read this user_ guide_ . |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
63 If you are following the Trinity RNA-seq protocol please go here_ for a galaxy tool walk through or the Nature Protocols publication_ . |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
64 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
65 .. _paper: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2796818/ |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
66 .. _publication: http://www.nature.com/nprot/journal/v8/n8/full/nprot.2013.084.html |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
67 .. _user: https://bioconductor.org/packages/devel/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
68 .. _guide: https://bioconductor.org/packages/devel/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
69 .. _website: http://bioinf.wehi.edu.au/edgeR/ |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
70 .. _here: https://github.com/trinityrnaseq/GalaxyTrinityProtocol/wiki |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
71 </help> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
72 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
73 <citations> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
74 <citation type="doi">10.1038/nbt.1883</citation> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
75 </citations> |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
76 |
f77032cd0463
Revamp and renaming of previous tools. Many of tools are new versions. Adding ctat_metagenomics tool.
trinity_ctat
parents:
diff
changeset
|
77 </tool> |