-
Notifications
You must be signed in to change notification settings - Fork 117
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
Genome annotation (gene names) missing in IGV session file #168
Labels
enhancement
New feature or request
Comments
Hi @ktrns ! I intentionally left the GTF out from being loaded automatically by IGV because it can take quite a long time to load, especially for the larger genomes. Maybe we can load the gene BED file up instead in the future which should load up quicker 🤔 |
ktrns
added a commit
to ktrns/atacseq
that referenced
this issue
Jun 27, 2023
…eq data. Fixed nf-core#168 - Always write out genome fa and fai so IGV session file can be opened.
ktrns
added a commit
to ktrns/atacseq
that referenced
this issue
Jul 3, 2023
…ixed nf-core#168 (write genome fa and fai for IGV), fixed nf-core#169 (peak calling).
bjlang
added a commit
that referenced
this issue
Sep 6, 2023
bjlang
added a commit
that referenced
this issue
Sep 6, 2023
lpantano
added a commit
that referenced
this issue
Jul 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
We noticed that it would be very useful to have the genome annotation already loaded to the IGV session file that is generated by the pipeline. At the moment, this is missing, and it is saved somewhere in the
work
directory.Can this perhaps be added in future?
Thank you for your work
Katrin
The text was updated successfully, but these errors were encountered: