Skip to content

Commit

Permalink
resolve psl issue where the detect header was not properly passed over
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoemo committed Nov 10, 2020
1 parent 726d097 commit ab84416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/psl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Arguments parsePslArguments( int argc, char** argv ){

while ( std::getline( inFile, line ) ){

if (line.substr(0,1) == "#") continue; //ignore header
if ( line.substr(0,1) == ">" ){

if ( buffer.size() >= 10 ){
Expand Down

0 comments on commit ab84416

Please sign in to comment.