src/hg/utils/gff3ToGenePred/gff3ToGenePred.c 1.7
1.7 2010/05/25 03:45:04 markd
add pointer to GFF3 specification to help message
Index: src/hg/utils/gff3ToGenePred/gff3ToGenePred.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/gff3ToGenePred/gff3ToGenePred.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/utils/gff3ToGenePred/gff3ToGenePred.c 26 Mar 2010 22:03:18 -0000 1.6
+++ src/hg/utils/gff3ToGenePred/gff3ToGenePred.c 25 May 2010 03:45:04 -0000 1.7
@@ -25,8 +25,11 @@
" exon for non--coding.\n"
"The first step is to parse GFF3 file, up to 50 errors are reported before\n"
"aborting. If the GFF3 files is successfully parse, it is converted to gene,\n"
"annotation. Up to 50 conversion errors are reported before aborting.\n"
+ "\n"
+ "Input file must conform to the GFF3 specification:\n"
+ " http://www.sequenceontology.org/gff3.shtml\n"
);
}
static struct optionSpec options[] = {