Skip to content

Commit

Permalink
Correct bug in fluw_wrapper argument, forgot to pass flux_parameters …
Browse files Browse the repository at this point in the history
…hash
  • Loading branch information
jaudoux committed Nov 4, 2015
1 parent 506c246 commit 288bcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/simCT
Expand Up @@ -245,6 +245,7 @@ my $flux_outputs = $flux_wrapper->generateSimulation(
genome_dir => abs_path($simulated_genome_dir),
annotation_file => abs_path($simulated_annotations),
output_dir => $flux_output_dir,
flux_parameters => \%flux_parameters,
);

# Finally we generate truth databases for this simulation
Expand Down

0 comments on commit 288bcef

Please sign in to comment.