Mercurial > repos > iuc > trinity
changeset 34:6785ba87433d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit c6eab3b60743dfa415dc135d657267cc8a0a31ce
| author | iuc |
|---|---|
| date | Tue, 08 Aug 2023 08:58:53 +0000 |
| parents | cfd83bfe5fa9 |
| children | |
| files | test-data/count/contig_exn50_statistic/Trinity.fasta.gz test-data/count/trinityStats/statsfile.txt trinity.xml |
| diffstat | 3 files changed, 41 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/count/trinityStats/statsfile.txt Tue Aug 08 08:58:53 2023 +0000 @@ -0,0 +1,40 @@ + + +################################ +## Counts of transcripts, etc. +################################ +Total trinity 'genes': 7 +Total trinity transcripts: 7 +Percent GC: 42.12 + +######################################## +Stats based on ALL transcript contigs: +######################################## + + Contig N10: 541 + Contig N20: 541 + Contig N30: 380 + Contig N40: 380 + Contig N50: 279 + + Median contig length: 240 + Average contig: 298.14 + Total assembled bases: 2087 + + +##################################################### +## Stats based on ONLY LONGEST ISOFORM per 'GENE': +##################################################### + + Contig N10: 541 + Contig N20: 541 + Contig N30: 380 + Contig N40: 380 + Contig N50: 279 + + Median contig length: 240 + Average contig: 298.14 + Total assembled bases: 2087 + + +
--- a/trinity.xml Tue Apr 11 19:47:39 2023 +0000 +++ b/trinity.xml Tue Aug 08 08:58:53 2023 +0000 @@ -330,7 +330,7 @@ <help> Trinity_ assembles transcript sequences from Illumina RNA-Seq data. -.. _Trinity: http://trinityrnaseq.github.io +.. _Trinity: https://github.com/trinityrnaseq/trinityrnaseq/wiki </help> <expand macro="citation" /> </tool>
