Skip to content

Commit

Permalink
update function call
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Nov 7, 2024
1 parent 6507bec commit 7566e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/simulations.nf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include { processEstimatorsConfig } from '../modules/utils.nf'
include { CreateEstimatorsConfigChannel } from '../modules/utils.nf'
include { EXTRACT_TRAITS } from './traits.nf'
include { PCA } from './pca.nf'
include { EstimationInputs } from '../modules/estimation_inputs.nf'
include { RealisticSimulationInputs; NullSimulationEstimation; RealisticSimulationEstimation; AggregateRealisticSimulationResults; AggregateNullSimulationResults; DensityEstimation } from '../modules/simulations.nf'

workflow NULL_SIMULATION {
// Workflow specific channels
estimators = Channel.fromPath(processEstimatorsConfig(params.ESTIMATORS_CONFIG))
estimators = CreateEstimatorsConfigChannel(params.ESTIMATORS_CONFIG)
estimands_files = Channel.value(file("$params.ESTIMANDS_CONFIG"))
sample_sizes = Channel.fromList(params.SAMPLE_SIZES)
rngs = Channel.fromList(params.RNGS)
Expand Down

0 comments on commit 7566e15

Please sign in to comment.