Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro committed Jan 27, 2025
1 parent fb5b14a commit 1cbe1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stpipeline/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def __call__(self, parser, namespace, values, option_string=None) -> None: # ty
)
parser.add_argument(
"--demultiplexing-chunk-size",
default=10000,
default=100000,
metavar="[INT]",
type=int,
help="Chunk size for parallel processing (number of reads assigned to each thread) (default: %(default)s)",
Expand Down

0 comments on commit 1cbe1a5

Please sign in to comment.