Skip to content

Commit

Permalink
Fix typo - add the merged corncob results to the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minot committed Jun 9, 2020
1 parent 90ca32f commit 981c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_corncob.nf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ workflow {
// Add those results to the output file
addCorncobResults(
updateFormula.out[0],
runCorncob.out
joinCorncob.out
)

// Repack the HDF
Expand Down

0 comments on commit 981c327

Please sign in to comment.