You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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.
The text was updated successfully, but these errors were encountered:
Not sure if this is really an issue? but encountered wanted to make aware.
The text was updated successfully, but these errors were encountered: