diff --git a/run_pipeline_local.sh b/run_pipeline_local.sh index 21dc838..69cff12 100755 --- a/run_pipeline_local.sh +++ b/run_pipeline_local.sh @@ -8,7 +8,7 @@ ORIG_DIR=$PWD export _JAVA_OPTIONS="-Xms5g -Xmx7g" -$ORIG_DIR/Software/nextflow $ORIG_DIR/main.nf \ +$ORIG_DIR/Software/nextflow -Dnxf.pool.type=sync $ORIG_DIR/main.nf \ --small_test \ --sample "single" \ --reference "hg38" \