From e62794e1813d2244d2b99ecbd0d0a21543683dba Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Thu, 5 Sep 2024 15:58:17 -0400 Subject: [PATCH] Create directory for data --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 28345d1..b37ecee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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