Go ahead and accept @Michael's answer and I can delete these two posts.
• 0 views
•
link
$ file schizosaccharomyces_pombe.chr.gff3
schizosaccharomyces_pombe.chr.gff3: gzip compressed data, from Unix, last modified: Thu Oct 20 13:14:13 2016
$ mv schizosaccharomyces_pombe.chr.gff3 schizosaccharomyces_pombe.chr.gff3.gz
SunTzu:Downloads$ gunzip schizosaccharomyces_pombe.chr.gff3.gz
Instead of keeping this question labeled "unanswered", I'll copy Michael's answer from the comments.
Basically, the PomBase file is gzip compressed but not labelled appropriately:
$ mv pombe.gff3 pombe.gff3.gz; gunzip pombe.gff3.gz
Go ahead and accept @Michael's answer and I can delete these two posts.
Log in to answer this question.
PomBase files appear to be corrupt. In my haste I tried unzip instead of gunzip. @Michael has directions for what you need to do.As an alternate: Ensembl also has the Pombe gff files.
Thank you! Both of these solutions worked.