Skip to content

Commit

Permalink
update inputs to EstimationWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Nov 8, 2024
1 parent d284454 commit 4eebcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/gwas.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ workflow GWAS {

// Estimation
EstimationWorkflow(
EstimationInputs.out.transpose().combine(estimator_config),
EstimationInputs.out.transpose(), estimator_config
)
}

0 comments on commit 4eebcec

Please sign in to comment.