Skip to content

Commit

Permalink
fixing nanopore freyja error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Aug 16, 2023
1 parent a768d54 commit 8c74f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/modules_illumina.config
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if (!params.skip_variants) {
]
}
withName: 'FREYJA_BOOT' {
ext.args = '--boxplot PDF'
ext.args = '--boxplot pdf'
publishDir = [
path: { "${params.outdir}/variants/freyja/bootstrap" },
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion conf/modules_nanopore.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ if (!params.skip_freyja) {
}

withName: 'FREYJA_BOOT' {
ext.args = '--boxplot PDF'
ext.args = '--boxplot pdf'
publishDir = [
path: { "${params.outdir}/${params.artic_minion_caller}/freyja/bootstrap" },
mode: params.publish_dir_mode,
Expand Down
2 changes: 1 addition & 1 deletion workflows/nanopore.nf
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ workflow NANOPORE {
if (!params.skip_freyja) {
BAM_VARIANT_DEMIX_BOOT_FREYJA(
ARTIC_MINION.out.bam_primertrimmed,
ARTIC_MINION.out.fasta,
PREPARE_GENOME.out.fasta,
params.freyja_repeats,
params.freyja_db_name,
params.freyja_barcodes,
Expand Down

0 comments on commit 8c74f8f

Please sign in to comment.