We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
xref: PomBase:SPAC2F7.10.1:pep
This :pep thing occurs nearly 100 times:
:pep
sjcarbon@moiraine:~/local/src/git/neo[master]$:) zcat mirror/pombase.gpi.gz | grep ":pep" | wc -l 93
Tagging @ValWood @kimrutherford @pgaudet @vanaukenk
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Replace ":pep" with ".pep" in GPAD files
6c45a81
Refs geneontology/go-annotation#4811
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
Confirming it's gone at our end now too. Thank you!
kimrutherford
No branches or pull requests
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
Naturally,
xref: PomBase:SPAC2F7.10.1:pep
is not a correctly structured CURIE and fails.This
:pep
thing occurs nearly 100 times:Tagging @ValWood @kimrutherford @pgaudet @vanaukenk
The text was updated successfully, but these errors were encountered: