Closed 1813805349 closed 2 years ago
You're absolutely right. This must have slipped by during testing.. I've removed the second condition (distanceSJtoCDS <=maxDistance) which indeed would always be the inverse of the prior condition.
Hope this now gives you some interesting results!
Hi, I'm confused about cryptic CDS. In the first part of the code, cryptic CDS condition(distanceAssignedCDS > maxDistance), but in the latter part of the code, distanceSJtoCDS <=maxDistance.Because distanceSJtoCDS >maxDistance, distanceSJtoCDS must also be greater than maxDistance.So protein sequences cannot be generated. first part latter part