Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParserWarning? #94

Open
johnsolk opened this issue Jul 19, 2017 · 0 comments
Open

ParserWarning? #94

johnsolk opened this issue Jul 19, 2017 · 0 comments

Comments

@johnsolk
Copy link
Member

>>> 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant