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

Make a file with all allele details for QC pipeline #1103

Open
kimrutherford opened this issue Aug 10, 2023 · 9 comments
Open

Make a file with all allele details for QC pipeline #1103

kimrutherford opened this issue Aug 10, 2023 · 9 comments
Assignees

Comments

@kimrutherford
Copy link
Member

  • gene ID
  • gene name
  • allele ID
  • allele name
  • allele type
  • allele description
  • references, separated by commas
@kimrutherford
Copy link
Member Author

I've added an exporter for allele details but I found a problem: the alleles in Chado don't have a publication/reference attached because we haven't needed it before. So the exporter can't export the refs. I'll fix the allele loading code to store the reference but it will delay things a bit. I should be able to implement it on Monday.

Here's an example of how the export file looks at the moment with no references:
https://curation.pombase.org/kmr44/allele-details-example.tsv

@kimrutherford
Copy link
Member Author

I'll fix the allele loading code to store the reference

That's done now. So after tonight's load we should be able to export a full file of allele details from Chado, including the references.

@kimrutherford
Copy link
Member Author

So after tonight's load we should be able to export a full file of allele details from Chado, including the references.

That seemed to work:
https://curation.pombase.org/dumps/builds/pombase-build-2023-08-14/exports/all-allele-details.tsv
https://curation.pombase.org/dumps/latest_build/exports/all-allele-details.tsv

@manulera please let me know if you find any problems

@manulera
Copy link

manulera commented Aug 15, 2023

Hi @kimrutherford. Sorry it took me a while to get to this, could you add a column with the allele_synonym?

Ignore that. I will not use it

manulera added a commit to pombase/allele_qc that referenced this issue Aug 15, 2023
@manulera
Copy link

Hi @kimrutherford, I have updated the pipeline so that it uses that file.

@kimrutherford
Copy link
Member Author

Hi @kimrutherford, I have updated the pipeline so that it uses that file.

Thanks!

Is this the file that should be processed by the nightly load to read transvar coordinates for storing in Chado?:
allele_qc/results/allele_results_transvar.tsv

@manulera
Copy link

Yes, exactly, and the equivalent exists for the protein modifications as well.

@ValWood
Copy link
Member

ValWood commented Jul 3, 2024

Is this still current?

@kimrutherford
Copy link
Member Author

Still need to do this bit:

Is this the file that should be processed by the nightly load to read transvar coordinates for storing in Chado?:
allele_qc/results/allele_results_transvar.tsv

Yes, exactly, and the equivalent exists for the protein modifications as well.

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

3 participants