Skip to content

Commit

Permalink
correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed May 31, 2023
1 parent 9a28dcb commit b73545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/auxiliary_workflows/benchmark/workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ rule provide_real_data:
f"results/simulated_reads/{paramspace.wildcard_pattern}/replicates/{{replicate}}/work/"
),
params:
path_ground_truth=f"resources/Five-Virus-Mix/ground_truth.csv",
path_ground_truth=f"../experimental_data/Five-Virus-Mix/ground_truth.csv",
conda:
"envs/real_data.yaml"
resources:
Expand Down

0 comments on commit b73545a

Please sign in to comment.