In collapseClones and DistToNearest foreach implementation is suppressing errors

Issue #79 resolved
Robert Amezquita created an issue

Both have error handling == "pass" - why?

"That seems terrible" -Jason

Comments (6)

  1. ssnn

    I will change handling to 'stop'. With pass, the error was returned as an error object, and distToNearest would fail in the next step, when attempting to convert the list into a data.frame. See 895a0e8

  2. ssnn

    I needed an error for testing purposes, so I forced an error by commenting the sequence validation part in the code and changing the 'A's in one the junctions to 'J'. Then, nearestDist, which is the function called inside foreach, results in an error, because 'J' is not a valid DNA character.

  3. Log in to comment