Merge pull request #3872 from CyrusBiotechnology/indigo/nmer_svm_loadfname_fix
From @indigogo at Cyrus; merging on their behalf (write perms)
NmerSVM fixing bug; needed to split on newline, not space in svm list
Very simple bugfix; when reading a file that contains a list of paths to svm models files, we need to split the string containing the entire file on newline, not space, when parsing that string into a vector.