Closed keiranmraine closed 8 years ago
Condition for moving data around is incorrect here:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L211
The logic looks like it should match this:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L167
For sanity/simplification suggest pre-processing option so [un]defined checks aren't necessary:
$opts{'noflag'} = 0 unless(defined $opts{'noflag'});
somewhere around:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L302
Condition for moving data around is incorrect here:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L211
The logic looks like it should match this:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L167
For sanity/simplification suggest pre-processing option so [un]defined checks aren't necessary:
somewhere around:
https://github.com/cancerit/cgpCaVEManWrapper/blob/590e60e6ce9f76081ce52c8e6ae7958e65ad78ed/bin/caveman.pl#L302