dib-lab / dammit

just annotate it, dammit!
http://dib-lab.github.io/dammit/
Other
88 stars 28 forks source link

ParserWarning? #94

Open johnsolk opened 7 years ago

johnsolk commented 7 years ago
>>> import pandas as pd
>>> from dammit.fileio.gff3 import GFF3Parser
>>> gff_file = "trinity.nema.fasta.dammit.gff3"
>>> annotations = GFF3Parser(filename=gff_file).read()
/home/ljcohen/py3/lib/python3.5/site-packages/dammit/fileio/gff3.py:68: ParserWarning: Both a converter and dtype were specified for column attributes - only the converter will be used
  dtype=dict(self.columns)):

Not sure if this is really an issue? but encountered wanted to make aware.