Skip to content

Commit

Permalink
Create directory for data
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 5, 2024
1 parent 6ea382c commit e62794e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ pipeline {
// Now download all
// or at least in the future, do them all.
// For now just do a few
sh "mkdir -p data/raw"
sh "printf 'ENVO\nPO\nSEPIO\n' > data/raw/ontologylist.tsv"

// Download the ontologies
Expand Down

0 comments on commit e62794e

Please sign in to comment.