BackofenLab / IntaRNA-benchmark

Data and scripts to benchmark IntaRNA
MIT License
2 stars 3 forks source link

insufficient checks for precomputed ED #14

Closed martin-raden closed 5 years ago

martin-raden commented 5 years ago

https://github.com/BackofenLab/IntaRNA-benchmark/blob/97596f5b4f30a140c5ed019d025a51336f9c2722/bin/calls.py#L102

will fail if q/tAccW/L (or q/tIntLenMax) are added in the call, since these alter the span for unpaired probs

best test for these parameters and report error if present.

alternatively: add another argument for the maximal interaction length needed from the precomputed ED values

RickGelhausen commented 5 years ago