Skip to content

Commit

Permalink
output -> output_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 3, 2024
1 parent bb472a8 commit 4f4b8fc
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 @@ -74,7 +74,7 @@ pipeline {
dir('./gitrepo') {
script {
// Get the names of all BioPortal ontologies
sh ". venv/bin/activate && kgbioportal get-ontology-list --api_key ${NCBO_API_KEY} --output data/raw/"
sh ". venv/bin/activate && kgbioportal get-ontology-list --api_key ${NCBO_API_KEY} --output_dir data/raw/"

// Now download all
// or at least in the future, do them all.
Expand Down

0 comments on commit 4f4b8fc

Please sign in to comment.