Skip to content
Snippets Groups Projects
Commit 08d97f26 authored by David Trudgian's avatar David Trudgian
Browse files

Fix cpu -> cpus

parent 031bc50d
No related merge requests found
......@@ -58,7 +58,7 @@ process bwa_aln {
process bwa_samse {
// bwa samse will use a single cpu core
cpu 1
cpus 1
// Publish the outputs we create here into the workflow output directory
publishDir "$baseDir/output", mode: 'copy'
......@@ -140,4 +140,4 @@ process macs14 {
--single-profile \
-f BAM
"""
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment