Skip to content

Commit

Permalink
Move params.json under nextflow-log
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Dec 22, 2023
1 parent af99b8e commit bd3485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ methods {

json_extractor.store_object_as_json(
params,
new File("${params.log_output_dir}/params.json")
new File("${params.log_output_dir}/nextflow-log/params.json")
)
}
}

0 comments on commit bd3485b

Please sign in to comment.