Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/local/diann/assemble_empirical_library/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ process ASSEMBLE_EMPIRICAL_LIBRARY {
path "empirical_library.*", emit: empirical_library
path "assemble_empirical_library.log", emit: log
path "versions.yml", emit: versions
env CALIBRATED_PARAMS_VAL, emit: calibrated_params_val
env "CALIBRATED_PARAMS_VAL", emit: calibrated_params_val

when:
task.ext.when == null || task.ext.when
Expand Down
2 changes: 1 addition & 1 deletion modules/local/parse_empirical_log/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process PARSE_EMPIRICAL_LOG {
path log_file

output:
env PARSED_VALS, emit: parsed_vals
env "PARSED_VALS", emit: parsed_vals

script:
"""
Expand Down
Loading