EddyRivasLab / easel

Sequence analysis library used by Eddy/Rivas lab code
Other
46 stars 26 forks source link

esl-shuffle silently fails to shuffle large sequences #76

Open rmhubley opened 3 months ago

rmhubley commented 3 months ago

esl-shuffle silently fails to shuffle single sequences exceeding 2,147,483,647 characters ( boundary of signed 32bit integer ). The sequence emitted is identical to the input sequence (save any changes in formatting).