Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
wdl bwa parameters #62
Comments
|
Hi @mcgml, apologies for the late reply. I don't know the answer to this but will consult the team. @sooheelee, do you happen to know about this -K parameter? I'm not finding any reference to it anywhere either. If you don't, can you please ask Heng at office hours tomorrow? |
sooheelee
was assigned
by vdauwera
Nov 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mcgml commentedSep 30, 2016
Hi
Thanks for releasing this WDL script. I noticed the bwa parameters are:
bwa_commandline="bwa mem -K 100000000 -p -v 3 -t 16 $bash_ref_fasta"What is the
-Kflag for? it is not defined in the bwa manual. Also is-Mmissing?Thanks
Matt