From 3f15a3e2be410170c2333723a449e3d5ea1eec7c Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 21 Oct 2024 13:57:19 +0200 Subject: [PATCH] Sync nextflow schema with nextflow.config --- nextflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 7ee90eb9..5d991fae 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -745,7 +745,7 @@ }, "checkm_download_url": { "type": "string", - "default": "https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_16.tar.gz", + "default": "https://zenodo.org/records/7401545/files/checkm_data_2015_01_16.tar.gz", "hidden": true, "description": "URL pointing to checkM database for auto download, if local path not supplied.", "help_text": "You can use this parameter to point to an online copy of the checkM database TAR archive that the pipeline will use for auto download if a local path is not supplied to `--checkm_db`."