Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Aug 26, 2024
1 parent f59a74a commit 28fd747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/jobs/taskfarmer/task_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# for single genome tools, such as microtrait and mash, the chunk_size is the number of genomes to process in a
# serial manner
# exe_time is the estimated execution time for a single task (default is 60 minutes)
# threads_per_tool_run is the number of threads to use for each tool execution (default is 32)
# threads_per_tool_run is the number of threads to use for each tool execution (default is SYSTEM_CPU_CORES (256) / number of parallel tasks per node)
# tasks_per_node is the number of parallel tasks to run on a node (default is 1)
# node_time_limit is the time limit for the node we reserved for the task (default is 5 hours)
# if no specific metadata is provided for a tool, the default values are used.
Expand Down

0 comments on commit 28fd747

Please sign in to comment.