Skip to content
Snippets Groups Projects
Commit e608b69b authored by Moustakas's avatar Moustakas
Browse files

Code styling

parent 63746b00
No related branches found
No related tags found
1 merge request!26Macs2
task peakCalling { task PeakCalling {
String? preCommand String? preCommand
Array[File] bamFiles Array[File] bamFiles
String outDir String outDir
...@@ -6,7 +6,6 @@ task peakCalling { ...@@ -6,7 +6,6 @@ task peakCalling {
Int? threads Int? threads
Int? memory Int? memory
command { command {
set -e -o pipefail set -e -o pipefail
${preCommand} ${preCommand}
......
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