Skip to content

Commit

Permalink
Fix wf script in create_test_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 11, 2024
1 parent 6867a4c commit 15f2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_test_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p $DATASET_DIR
# process dataset
echo Running process_dataset
nextflow run . \
-main-script target/nextflow/denoising/workflows/process_datasets/main.nf \
-main-script target/nextflow/workflows/process_datasets/main.nf \
-profile docker \
-entry auto \
--input_states "$RAW_DATA/**/state.yaml" \
Expand Down

0 comments on commit 15f2f98

Please sign in to comment.