Skip to content

Commit

Permalink
update flashscratch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzzu committed Apr 27, 2023
1 parent eef5781 commit 54300b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ profiles {

singularity {
params {
containerOptions = "--nv"
// bind /flashscratch, using gpu by default
containerOptions = "--nv --bind /flashscratch"
}
process {
container = params.singularity_name
Expand Down

0 comments on commit 54300b9

Please sign in to comment.