$options->{'fragment'} is pulled into a local variable but then a mixture or usage exists. The default is in this file, but also defined as a command line default (after fixing elsewhere).
Many of the if statements use the options variable, but they indicate values like 5k, the value is in millions and multiplied later so this all needs reviewing.
$options->{'fragment'}
is pulled into a local variable but then a mixture or usage exists. The default is in this file, but also defined as a command line default (after fixing elsewhere).https://github.com/cancerit/PCAP-core/blob/137acb9379efae21fc3c208320b332f454d47d1f/lib/PCAP/Bwa.pm#L164-L193
Many of the if statements use the options variable, but they indicate values like 5k, the value is in millions and multiplied later so this all needs reviewing.