Skip to content
Snippets Groups Projects
Verified Commit da3831bb authored by Laurent Modolo's avatar Laurent Modolo
Browse files

htseq: fix singularity config

parent f92cde7c
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ profiles {
singularity.enabled = true
process {
withName: sort_bam {
container = "file://bin/samtools:1.7.img"
cpus = 1
}
withName: counting {
container = "file://bin/htseq:0.11.2.img"
cpus = 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment