The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
--max_parallel_downloadsparameter to control how many downloads can occur in parallel. This can be used in cluster/cloud contexts to raise the default maximum that is process-specific and generally below 10 to avoid exceeding API limits when running locally. Thecloudandclusterprofiles were added to provide environment-specific defaults for this parameter and any other relevant ones in the future.--cpu_scaleparameter to scale the number of CPUs used by multithreaded processes. This allows users to adjust CPU usage across all multithreaded processes proportionally (e.g., setting to 0.5 will halve CPU usage, setting to 2 will double it).skip_core_phylogenyparameter to skip the core phylogeny step if not required.
INITIAL_CLASSIFICATIONnow includes taxa with representatives within 1% of the highest ANI match for each rank if there are no matches that pass the quality thresholds.- New and much better tree plotting widget for the main report.
- Removed redundant
reference_idcolumn in output ofPICK_ASSEMBLIES - Made
FIND_ASSEMBLIESnot error when exit code is 0 (e.g. when "New version of client..." output in standard error). - Fixed bakta database download error.
- Updated NCBI tools use to download data, fixing error with downloads.
- Various modules updates.
Initial release of nf-core/pathogensurveillance, created with the nf-core template.