Skip to content

Commit

Permalink
make eclint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Oct 31, 2024
1 parent 8ebde14 commit 354ef8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/doubletdetection/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process DOUBLETDETECTION {
'community.wave.seqera.io/library/anndata_louvain_pip_doubletdetection:cbe92394c10372fa' }"

// Prevent /tmp mount for singularity and set the MATPLOTLIB TMPDIR
containerOptions "${workflow.containerEngine == 'singularity' ? '--no-mount tmp --env MPLCONFIGDIR=' + workDir : ''}"
containerOptions "${workflow.containerEngine == 'singularity' ? '--no-mount tmp --env MPLCONFIGDIR=' + workDir : ''}"

input:
tuple val(meta), path(h5ad)
Expand Down

0 comments on commit 354ef8b

Please sign in to comment.