Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Labayle committed May 10, 2023
1 parent e03a8b0 commit 1eb0975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ workflow negativeControl {
GeneratePermutationTestsData(dataset, results_file)
TMLE(
GeneratePermutationTestsData.output.dataset,
GeneratePermutationTestsData.output.parameters,
GeneratePermutationTestsData.output.parameters.flatten(),
estimatorfile
)
MergeOutputs(TMLE.out.tmle_csv.collect(), sieve_csv, "permutation_summary.csv")
Expand Down

0 comments on commit 1eb0975

Please sign in to comment.