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
Several parts of READemption use pysam to process alignments. However, many SAMtools commands support built-in parallelization. By passing the --parallels argument from argparse to the respective controllers, we can take advantage of this feature.
Implementing this change would significantly improve processing efficiency and reduce runtime.
The text was updated successfully, but these errors were encountered:
Several parts of READemption use pysam to process alignments. However, many SAMtools commands support built-in parallelization. By passing the --parallels argument from argparse to the respective controllers, we can take advantage of this feature.
Implementing this change would significantly improve processing efficiency and reduce runtime.
The text was updated successfully, but these errors were encountered: