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
This software assumes all CPUs are available on the system for it to use, so it can explode. Explicitly pass in the CPUs to the command.
Additionally there is an edge case for PE reads where you could have one read removed from one direction and not the other, sending everything out of order. Change the code to ensure that the reads are still paired after scrubbing and remove all singletons. Where one read is masked with Ns, instead of being removed, this is still effectively a singleton and both reads should be removed.
The text was updated successfully, but these errors were encountered:
This software assumes all CPUs are available on the system for it to use, so it can explode. Explicitly pass in the CPUs to the command.
Additionally there is an edge case for PE reads where you could have one read removed from one direction and not the other, sending everything out of order. Change the code to ensure that the reads are still paired after scrubbing and remove all singletons. Where one read is masked with Ns, instead of being removed, this is still effectively a singleton and both reads should be removed.
The text was updated successfully, but these errors were encountered: