Fixed line parsing bug.
1. atoi fails in parseLine when start = 0. Changed to strtol. 2. modified parseBedLine and parseGffLine to do better sanity checking.
Loading
Please register or sign in to comment
1. atoi fails in parseLine when start = 0. Changed to strtol. 2. modified parseBedLine and parseGffLine to do better sanity checking.