Skip to content

GRCh38 Gene Annotation #206

Description

@yueyaog

Hi,

Thanks for developing this super informative visualization package! I was wondering if you could provide a working example of a GRCh38 GFF3 track. I’ve run into issues when trying to add a GRCh38 GFF3 track to samplot. The errors I see are either KeyError: Name or KeyError: Parent.

I noticed a few related issues have been posted in this repo:
#190
#196

I understand this is meant to be user-supplied, but it would be really helpful if the README included a working GRCh38 GFF3 example (similar to the GRCh37 example).

wget ftp://ftp.ensembl.org/pub/grch37/release-84/gff3/homo_sapiens/Homo_sapiens.GRCh37.82.gff3.gz
bedtools sort -i Homo_sapiens.GRCh37.82.gff3.gz \
| bgzip -c > Homo_sapiens.GRCh37.82.sort.gff3.gz
tabix Homo_sapiens.GRCh37.82.sort.gff3.gz

Thanks,
Gao

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions