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

Use gtf file from nightly load #108

Open
manulera opened this issue Sep 29, 2023 · 2 comments
Open

Use gtf file from nightly load #108

manulera opened this issue Sep 29, 2023 · 2 comments
Assignees

Comments

@manulera
Copy link
Contributor

Hi @kimrutherford

Currently, the file data/pombe_genome.gtf is not updated, it was created using this repository and committed to this repo.

In this comment, I mentioned to include running this script to generate the output in the nightly run.
pombase/website#2058 (comment)

Once the gtf file is include in the release, you can replace the code below in get_data.sh by the right path and uncomment.

# TODO
# curl -k path/to/gtf_file/in/nightly/release -o data/pombe_genome.gtf
@manulera
Copy link
Contributor Author

Hi @kimrutherford just pinging this issue because of a qestion in the helpdesk. As is, the pombe_genome.gtf file has not been updated in a while. This is only used to transform the allele descriptions into transvar-like variants. I will update it by hand now anyway.

@manulera
Copy link
Contributor Author

Hi @kimrutherford I have added an action to update it on demand to the repo. You can run it from github from the action panel:

https://github.com/manulera/pombase_gtf_file

This will commit the new pombe_genome.gtf file to the repository if it changed, and this can then be included in the allele_qc repo for transvar.

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