open2c / bioframe

Genomic interval operations on Pandas DataFrames
MIT License
170 stars 28 forks source link

Bring back GTF attributes parser? #141

Open nvictus opened 1 year ago

nvictus commented 1 year ago

Options:

gfudenberg commented 7 months ago

any thoughts on which option would be best cc @nvictus @agalitsyna ? It seemed like there was quite the extensive discussion in #123.

@smitkadvani was interested in implementing whichever solution made the most sense as it might clean up some code in one of his ongoing projects

gamazeps commented 4 months ago

for what it's worth I have not had any issues with gtfparse on neither GENCODE or ENSEMBL.

So we could just have a wrapper around gtfparse.read_gtf, and rename the'seqname' to 'chrom' to have a valid bedframe ?