Skip to content

Commit

Permalink
fix param file publishDir
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Nov 2, 2023
1 parent 80d8121 commit 0d71a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/parameter_file_creation/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process createParamFile {

tag "${id}"

publishDir("${params.OUTPUT}/${taxid}", mode : 'copy', enabled: params.store_param_files)
publishDir("${output_dir}/${taxid}", mode : 'copy', enabled: params.store_param_files)

input:
tuple val(id), val(taxid), path(acceptor_pwm), path(donor_pwm), path(start_pwm), path(stop_pwm), val(params_list), path(initial_probability_matrix), path(transition_probability_matrix)
Expand Down

0 comments on commit 0d71a34

Please sign in to comment.