Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcicero26 authored Nov 12, 2024
1 parent ccded06 commit 7127a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- Multiprocess-specific:
- `-c` Core count for parallel processing (default: all available CPU cores, typically I recommend 4-8 for stability).
- `-x` Timeout in seconds before restarting the pool (default: core count * 100).
- `-d` Existing tempdir. Specify the path to an existing temp directory if the script previously failed to complete. This will skip quickly through all chunks of the bedfile already footprint-called, and then resume after the last chunk read previously. It is essential to use the same chunksize here (and should be the same parameters as the first time you ran it), as this is based on the # in the tempfile name.
- **Purpose:** Applies the trained model to remaining data. Outputs results in BED12 format, including footprint starts and lengths. Multiprocess version offers faster execution but may require tuning for stability.
- **Note:** When using circular mode, reads are tiled 3x, affecting footprint count/length; further downstream processing is required.

Expand Down

0 comments on commit 7127a6a

Please sign in to comment.