Skip to content

Commit

Permalink
fix(magAttributes): create checkm2 database dir only when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Nov 15, 2024
1 parent fab38de commit 1a396c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/magAttributes/module.nf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ process pCheckM2 {

containerOptions Utils.getDockerMount(params.steps?.magAttributes?.checkm2?.database, params) + Utils.getDockerNetwork()

beforeScript "mkdir -p ${params.polished.databases}"
beforeScript Utils.getCreateDatabaseDirCommand("${params.polished.databases}")

label 'medium'

Expand Down

0 comments on commit 1a396c3

Please sign in to comment.