Skip to content

Commit a101a75

Browse files
committed
Fix linting (mismtach of schema with config, typo in module name in modules.confg)
1 parent 8472013 commit a101a75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/base.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ process {
155155
withName: MAG_DEPTHS {
156156
memory = { 16.GB * task.attempt }
157157
}
158-
withName: MAG_DEPTHS_PLOTS {
158+
withName: MAG_DEPTHS_PLOT {
159159
errorStrategy = { task.exitStatus in ((130..145) + 104 + 175) ? 'retry' : task.exitStatus == 1 ? 'ignore' : 'finish' }
160160
}
161161
withName: BUSCO_BUSCO {

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
"gtdb_db": {
525525
"type": "string",
526526
"description": "Specify the location of a GTDBTK database. Can be either an uncompressed directory or a `.tar.gz` archive. If not specified will be downloaded for you when GTDBTK or binning QC is not skipped.",
527-
"default": "https://data.gtdb.ecogenomic.org/releases/release220/220.0/auxillary_files/gtdbtk_package/full_package/gtdbtk_r220_data.tar.gz",
527+
"default": "https://data.gtdb.aau.ecogenomic.org/releases/release226/226.0/auxillary_files/gtdbtk_package/full_package/gtdbtk_r226_data.tar.gz",
528528
"format": "path"
529529
},
530530
"gtdbtk_min_completeness": {

0 commit comments

Comments
 (0)