Skip to content

Commit

Permalink
fix params location
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana committed Dec 20, 2023
1 parent 464660b commit d175795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/NfcoreTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class NfcoreTemplate {
def jsonStr = JsonOutput.toJson(params)
temp_pf.text = JsonOutput.prettyPrint(jsonStr)

FilesEx.copyTo(temp_pf.toPath(), "${params.outdir}/pipeline_info/params_${timestamp}.json")
FilesEx.copyTo(temp_pf.toPath(), "${params.outdir}/pipeline_info/blobtoolkit/params_${timestamp}.json")
temp_pf.delete()
}

Expand Down

0 comments on commit d175795

Please sign in to comment.