in reply to Re^2: How to select specific lines from a file
in thread How to select specific lines from a file

I mean, it keeps adding data although the position and the chain have already been inserted... Shouldn't the HoA contain only two lines in this example, i.e. chains A and B and 1 position for each (the smallest)?
  • Comment on Re^3: How to select specific lines from a file

Replies are listed 'Best First'.
Re^4: How to select specific lines from a file
by Anonymous Monk on Apr 29, 2014 at 17:59 UTC
    Damn! I had the HoA declaration inside the while loop... Works smoothly now, thanks a lot!