Skip to content

Commit

Permalink
Merge pull request #302 from geneontology/web-gocam-20-causalmf
Browse files Browse the repository at this point in the history
Apply causalmf param to fetch causal gocam-models.json
  • Loading branch information
kltm authored Sep 29, 2022
2 parents b97a53e + 9eac4c6 commit 35b995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pipeline {
// Run commands.
sh 'wget http://localhost:8888/models/go -O gocam-goterms.json'
sh 'wget http://localhost:8888/models/gp -O gocam-gps.json'
sh 'wget http://localhost:8888/models -O gocam-models.json'
sh 'wget http://localhost:8888/models?causalmf=2 -O gocam-models.json'
sh 'wget http://localhost:8888/models/pmid -O gocam-pmids.json'

// Upload to skyhook to the expected location.
Expand Down

0 comments on commit 35b995b

Please sign in to comment.