1
0
Fork 0
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:
James A. Fellows Yates 2020-05-04 21:02:16 +02:00 committed by GitHub
parent e395007ba8
commit d42d7f4146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@ process {
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
}
}
params {
bwaalnn = 0.01
}