Skip to content

Commit

Permalink
publish guppy bams
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mahgoub committed Mar 24, 2023
1 parent 3b5d59e commit e5c7c6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ process {

withName: SAMTOOLS_MERGE {
publishDir = [
enabled: false
path: { "${params.outdir}/samples/${meta.sample}/guppy_aligner/" },
pattern: "*.{bam,bai}",
mode: params.publish_dir_mode
]
}

Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "object",
"fa_icon": "fas fa-terminal",
"description": "Define where the pipeline should find input data and save output data.",
"required": ["outdir"],
"required": ["input", "outdir"],
"properties": {
"input": {
"type": "string",
Expand Down

0 comments on commit e5c7c6f

Please sign in to comment.