Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Russell Xie
astrocyte_example_chipseq
Commits
08d97f26
Commit
08d97f26
authored
Jun 27, 2016
by
David Trudgian
Browse files
Fix cpu -> cpus
parent
031bc50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
08d97f26
...
...
@@ -58,7 +58,7 @@ process bwa_aln {
process bwa_samse {
// bwa samse will use a single cpu core
cpu 1
cpu
s
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment