Skip to content

Commit

Permalink
fixes start of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyweigand committed Jun 3, 2024
1 parent 53c8f3a commit e5cdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/summarize_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process SUMMARIZE_QC {
def args = task.ext.args ?: ''
// Convert relative path to absolute path
def absolute_outdir = file(params.outdir)

"""
summarize_qc.py \\
--analysis_dir . \\
--samplesheet $samplesheet \\
Expand Down

0 comments on commit e5cdc98

Please sign in to comment.