Skip to content

Commit 6a83df9

Browse files
committed
Merge remote-tracking branch 'origin/main' into release
2 parents 7085d48 + 45e41fc commit 6a83df9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ log.txt
3030
out/
3131
output/
3232
output_log/
33-
resources/test/
34-
resources_test/
35-
old_resources
33+
resources_test

workflows/1_ingestion/bd_rhapsody_wta/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ includeConfig "$targetDir/transfer/publish/nextflow.config"
1717
// END INSERT
1818

1919
docker {
20-
runOptions = "-v $rootDir:$rootDir -v $viash_temp:$viash_temp"
20+
runOptions = "-v ${params.rootDir}:${params.rootDir} -v $viash_temp:$viash_temp"
2121
}
2222

2323
process {

workflows/2_single_modality/tx_processing/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ includeConfig "$targetDir/transfer/publish/nextflow.config"
2727
// END INSERT
2828

2929
docker {
30-
runOptions = "-v $rootDir:$rootDir -v $viash_temp:$viash_temp"
30+
runOptions = "-v ${params.rootDir}:${params.rootDir} -v $viash_temp:$viash_temp"
3131
}
3232

3333
process {

0 commit comments

Comments
 (0)