Skip to content

Commit

Permalink
test profile added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandra Escobar committed Apr 12, 2024
1 parent 9f152dd commit 94ba793
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@ profiles {
includeConfig 'conf/codon.config'
}
test {
// TODO: add testing profile
singularity {
enabled = true
autoMounts = true
cacheDir = params.singularity_cachedir
registry = 'quay.io'
}
}
}

Expand Down

0 comments on commit 94ba793

Please sign in to comment.