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

Issue in PomBase GPI causes issues with NEO pipeline #4811

Closed
kltm opened this issue Nov 1, 2023 · 3 comments
Closed

Issue in PomBase GPI causes issues with NEO pipeline #4811

kltm opened this issue Nov 1, 2023 · 3 comments
Assignees
Labels

Comments

@kltm
Copy link
Member

kltm commented Nov 1, 2023

In the file https://www.pombase.org/data/annotations/Gene_ontology/pombase.gpi.gz, lines like

PR:000060241 akr1 palmitoyltransferase Akr1 SO:0001217 NCBITaxon:4896 PomBase:SPAC2F7.10 PomBase:SPAC2F7.10.1:pep UniProtKB:Q09701 go-annotation-summary=palmitoyltransferase Akr1

generate obo like

[Term]
id: PR:000060241
name: akr1 Spom
synonym: "akr1" BROAD []
synonym: "000060241" RELATED []
synonym: "SPAC2F7.10.1:pep" RELATED []
xref: PomBase:SPAC2F7.10.1:pep
is_a: CHEBI:33695 ! information biomacromolecule
relationship: in_taxon NCBITaxon:4896
property_value: https://w3id.org/biolink/vocab/category https://w3id.org/biolink/vocab/MacromolecularMachine
property_value: https://w3id.org/biolink/vocab/category https://w3id.org/biolink/vocab/GeneProduct
relationship: has_gene_template PomBase:SPAC2F7.10

Naturally, xref: PomBase:SPAC2F7.10.1:pep is not a correctly structured CURIE and fails.

This :pep thing occurs nearly 100 times:

sjcarbon@moiraine:~/local/src/git/neo[master]$:) zcat mirror/pombase.gpi.gz | grep ":pep" | wc -l
93

Tagging @ValWood @kimrutherford @pgaudet @vanaukenk

@kltm
Copy link
Member Author

kltm commented Nov 1, 2023

Noting that this will block the NEO pipeline until we have a fixed upstream version or clean a version and point to that in the metadata instead.

@kimrutherford kimrutherford self-assigned this Nov 1, 2023
kimrutherford added a commit to pombase/pombase-chado-json that referenced this issue Nov 1, 2023
@kimrutherford
Copy link

Sorry about that.

I've made a quick fix to change ":pep" to ".pep" in: https://www.pombase.org/data/annotations/Gene_ontology/pombase.gpi.gz

@kltm
Copy link
Member Author

kltm commented Nov 1, 2023

Confirming it's gone at our end now too. Thank you!

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

No branches or pull requests

2 participants