Skip to content

Commit

Permalink
modules_nanopore.config: output concatenated Nanopore reads to ${outd…
Browse files Browse the repository at this point in the history
…ir}/fastq (#43)
  • Loading branch information
peterk87 committed Aug 16, 2023
1 parent e3d8b5a commit 85afe8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions conf/modules_nanopore.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ process {
]
}

withName: 'CAT_NANOPORE_FASTQ' {
ext.args = ''
publishDir = [
[
path: { "${params.outdir}/fastq" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
]
}

withName: 'IRMA' {
publishDir = [
[
Expand Down
2 changes: 0 additions & 2 deletions modules/local/misc.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include { getSoftwareName; fluPrefix } from './functions'

process CAT_NANOPORE_FASTQ {
tag "${meta.id}"
label 'process_low'
Expand Down

0 comments on commit 85afe8d

Please sign in to comment.