File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
1_ingestion/bd_rhapsody_wta
2_single_modality/tx_processing Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ log.txt
3030out /
3131output /
3232output_log /
33- resources /test /
34- resources_test /
35- old_resources
33+ resources_test
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ includeConfig "$targetDir/transfer/publish/nextflow.config"
1717// END INSERT
1818
1919docker {
20- runOptions = " -v $rootDir : $ rootDir -v $viash_temp :$viash_temp "
20+ runOptions = " -v ${ params. rootDir} : ${ params. rootDir} -v $viash_temp :$viash_temp "
2121}
2222
2323process {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ includeConfig "$targetDir/transfer/publish/nextflow.config"
2727// END INSERT
2828
2929docker {
30- runOptions = " -v $rootDir : $ rootDir -v $viash_temp :$viash_temp "
30+ runOptions = " -v ${ params. rootDir} : ${ params. rootDir} -v $viash_temp :$viash_temp "
3131}
3232
3333process {
You can’t perform that action at this time.
0 commit comments