You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment SEQ_MAX_LENGTH is hard coded! (50000)
This will cause problems for longer reads, for example for Nanopore data.
Choose SEQ_MAX_LENGTH based on the longest read in each chunk.
The text was updated successfully, but these errors were encountered:
At the moment SEQ_MAX_LENGTH is hard coded! (50000)
This will cause problems for longer reads, for example for Nanopore data.
Choose SEQ_MAX_LENGTH based on the longest read in each chunk.
The text was updated successfully, but these errors were encountered: