pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gffread: Clean up for commit
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Nov 6 16:58:41 2022 -0600
Changeset: c974aa12d9d17e16fb362526602c7a233c4da111
Modified Files:
gffread/DESCR
gffread/Makefile
Log Message:
gffread: Clean up for commit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c974aa12d9d17e16fb362526602c7a233c4da111
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gffread/DESCR | 7 ++++++-
gffread/Makefile | 5 -----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/gffread/DESCR b/gffread/DESCR
index def9446aac..2971ed7cbf 100644
--- a/gffread/DESCR
+++ b/gffread/DESCR
@@ -1,2 +1,7 @@
GFF/GTF utility providing format conversions, filtering, FASTA sequence
-extraction and more.
+extraction and more. The program gffread can be used to validate,
+filter, convert and perform various other operations on GFF files.
+Because the program shares the same GFF parser code with Cufflinks,
+Stringtie, and gffcompare, it could be used to verify that a GFF file
+from a certain annotation source is correctly "understood" by these
+programs.
diff --git a/gffread/Makefile b/gffread/Makefile
index 8d5ae0064f..454895e605 100644
--- a/gffread/Makefile
+++ b/gffread/Makefile
@@ -1,9 +1,4 @@
# $NetBSD$
-#
-###########################################################
-# Generated by fbsd2pkg #
-# Thu Oct 27 09:58:19 CDT 2022 #
-###########################################################
DISTNAME= gffread-0.12.7
CATEGORIES= biology
Home |
Main Index |
Thread Index |
Old Index