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
179 stars 45 forks source link

Making sure that reference exists (used to sefgfault) #4

Closed andreas-wilm closed 9 years ago

andreas-wilm commented 9 years ago

Graphmap did not check if the given reference fasta file exists and consequently segfaulted in LoadOrGenerate(). Added check during user argument parsing.