Skip to content

Commit

Permalink
Attempt to fix docker permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Sep 13, 2024
1 parent d719256 commit d8a277a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/setonix.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process {
queue = 'work'
cpus = 1
time = '1h'
memory = '1800MB'
memory = '4000MB'



Expand All @@ -34,6 +34,10 @@ process {
memory = 40.GB
}

withName: 'gatk_mark_duplicates'{
memory = 20.GB
}


}

Expand Down
1 change: 1 addition & 0 deletions modules/gatk.nf
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ process gatk_genomicsdb_import {
--reader-threads ${task.cpus} \
--batch-size 50 \
--L $region
chmod a+rx *.db
"""

}
Expand Down

0 comments on commit d8a277a

Please sign in to comment.