Skip to content

Commit

Permalink
create a new attempt at post-GOA derivatives, splitting the union gad…
Browse files Browse the repository at this point in the history
… into smaller ones; for testing geneontology/neo#123 and geneontology/pipeline#407
  • Loading branch information
kltm committed Feb 4, 2025
1 parent 51d78e5 commit a84c1e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ pipeline {
].join(" ")
// WARNING: hard-coded for the moment.
GOLR_INPUT_GAFS = [
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union1.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union2.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union3.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union4.gaf.gz"
].join(" ")
GOLR_INPUT_PANTHER_TREES = [
"http://snapshot.geneontology.org/products/panther/arbre.tgz"
Expand Down

0 comments on commit a84c1e4

Please sign in to comment.