Skip to content

Commit

Permalink
multiprocessing question
Browse files Browse the repository at this point in the history
  • Loading branch information
hazem-dev authored Jun 2, 2024
1 parent bb11403 commit 27567a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This third block is pivotal, forming the basis from which users obtain output da

## Multiprocessing

The algorithm supports multiprocessing, allowing the simultaneous analysis of multiple sliding windows within the genetic data. This feature is particularly recommended for large datasets, as it significantly speeds up the analysis by dividing the input sequences into smaller chunks that can be processed in parallel.
The algorithm supports multiprocessing, allowing the simultaneous analysis of multiple sliding windows (i.e., corresponds to the alignment sub-sequence where the starting point is located after the first position of the alignment, and the ending point is located before the last position of the alignment) within the genetic data. This feature is particularly recommended for large datasets, as it significantly speeds up the analysis by dividing the input sequences into smaller chunks that can be processed in parallel.

## Dependencies

Expand Down

0 comments on commit 27567a6

Please sign in to comment.