Mercurial > repos > iuc > gffcompare
diff gffcompare.xml @ 5:46eaf3b078de draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gffcompare commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 08:29:34 +0000 |
| parents | 7eeb9fba4858 |
| children | 9e282a956012 |
line wrap: on
line diff
--- a/gffcompare.xml Thu Oct 10 04:05:19 2019 -0400 +++ b/gffcompare.xml Tue Aug 31 08:29:34 2021 +0000 @@ -1,5 +1,8 @@ <tool id="gffcompare" name="GffCompare" version="@GFFCOMPARE_VERSION@"> <description>compare assembled transcripts to a reference annotation</description> + <xrefs> + <xref type="bio.tools">gffcompare</xref> + </xrefs> <macros> <token name="@GFFCOMPARE_VERSION@">0.11.2</token> </macros> @@ -478,7 +481,7 @@ * classify transcripts from one or multiple GTF/GFF3 files as they relate to reference transcripts provided in a annotation file (also in GTF/GFF3 format) -More information can be found here: https://ccb.jhu.edu/software/stringtie/gffcompare.shtml. +More information can be found here: https://ccb.jhu.edu/software/stringtie/gffcompare.shtml The original form of this program is also distributed as part of the Cufflinks suite, under the name "CuffCompare" (see manual: http://cole-trapnell-lab.github.io/cufflinks/cuffcompare/). Most of the options and parameters of CuffCompare
