mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 08:20:15 +02:00
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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user