isovic / graphmap

GraphMap - A highly sensitive and accurate mapper for long, error-prone reads http://www.nature.com/ncomms/2016/160415/ncomms11307/full/ncomms11307.html Note: This was the original repository which will no longer be officially maintained. Please use the new official repository here:
https://github.com/lbcb-sci/graphmap2
MIT License
178 stars 44 forks source link

Typo in parameter option help menu #8

Closed lennythomas closed 8 years ago

lennythomas commented 8 years ago

In the options you state -F is for parsimonious memory mode.

https://github.com/isovic/graphmap/blob/master/src/utility/program_parameters.cc#L616

I think you mean -P

https://github.com/isovic/graphmap/blob/master/src/utility/program_parameters.cc#L56

isovic commented 8 years ago

That's a nicely spotted mistake, thank you! It will be fixed in the next relese - until then I'll leave this issue open to remind me.

isovic commented 8 years ago

Merged with master.