mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Sets the bwa aln parameter to 0.01 which is more commonly used at SHH
This commit is contained in:
parent
e395007ba8
commit
d42d7f4146
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@ process {
|
|||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||
}
|
||||
}
|
||||
|
||||
params {
|
||||
bwaalnn = 0.01
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue