Improved docker-compose for transFAIR

In particular, corrected the code for detecting CSV files in the data directory.
The old code could not handle more than one CSV file.
This commit is contained in:
Gerhard Salvini
2024-06-18 15:28:37 +02:00
parent 53cdd49fd7
commit e309dc495a
2 changed files with 4 additions and 4 deletions

View File

@ -267,7 +267,7 @@ function clone_repo_if_nonexistent() {
function clone_transfair_if_nonexistent() {
local base_dir="$1"
clone_repo_if_nonexistent https://github.com/samply/transFAIR.git $base_dir/transfair ehds2
clone_repo_if_nonexistent https://github.com/samply/transFAIR.git $base_dir/transfair ehds2_develop
}
function clone_focus_if_nonexistent() {