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

Display IDs instead of gene names when loading .gff3 and .gtf files #43

Closed
villena-francis opened this issue Jul 29, 2024 · 7 comments
Closed

Comments

@villena-francis
Copy link

Hi @kcleal!

First of all, I don't quite know if what I am commenting on is really an error or if I am asking for the implementation of a new functionality... Thank you (again) in advance for your effort and help.

From an Intel PC with Ubuntu 22.04, when I load .gff3 or .gtf files to see the gene names under my reads, what GW shows from both files are the values from the "gene_id" column instead of the "gene_name" column. Therefore, what is displayed on the screen are alphanumeric identifiers like "ENSG00000141510" instead of "TP53". Would it be possible to make some adjustment to change that behavior? It's already hard enough to remember the names of the genes one works with, if now they also need to be recognized by IDs with more than 12 digits...... :'-(

Captura desde 2024-07-29 19-06-48

@villena-francis villena-francis changed the title Display gene names instead of IDs when loading .gff3 and .gtf files Display IDs instead of gene names when loading .gff3 and .gtf files Jul 29, 2024
@kcleal
Copy link
Owner

kcleal commented Jul 31, 2024

Hi @villena-francis,
v1.0.1 has been released and should hopefully show the correct information. Let me know if still needs work.

@kcleal kcleal closed this as completed Jul 31, 2024
@villena-francis
Copy link
Author

Hello again!

Well, I have some good news and some bad news:

  • The good news is that when loading the gft, it now displays correctly.

  • The bad news is that the gff3 doesn't...

In the following image, the annotation at the bottom corresponds to gft, and the one above to gff3.

Captura desde 2024-07-31 22-42-17

@kcleal
Copy link
Owner

kcleal commented Jul 31, 2024 via email

@kcleal kcleal reopened this Jul 31, 2024
@villena-francis
Copy link
Author

The only thing I did was download the GFF3 from the GENCODE website, unzip it, and drop it into the GW window (I didn't even know they could/should be indexed...).

@kcleal
Copy link
Owner

kcleal commented Jul 31, 2024

You can index using bgzip and tabix, should get rid of the initial loading time.

I will get this fixed early next week.

kcleal added a commit that referenced this issue Aug 20, 2024
kcleal added a commit that referenced this issue Aug 21, 2024
…ation. Better use of space for drawing bams
@kcleal
Copy link
Owner

kcleal commented Aug 21, 2024

Hi @villena-francis,
I think the v1.0.2 fixes this issue. GTF/GFF3 drawing should also be a bit cleaner

@villena-francis
Copy link
Author

Hi @kcleal!

I notice this new version of the deb package is smoother, especially when loading and viewing BAM files. Regarding the specific issue, the GFF3 files load correctly.

Thank you very much for your efforts, your tool will be very useful for my master thesis.

@kcleal kcleal closed this as completed Aug 21, 2024
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

2 participants