From 1d697626c272c1ec99092c94242f4381ec110664 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 24 Jul 2024 19:10:45 +0200 Subject: [PATCH] prettier --- .devcontainer/devcontainer.json | 8 ++++---- nextflow_schema.json | 8 +------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b290e090..2a997736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,11 +10,11 @@ "vscode": { // Set *default* container specific settings.json values on container create. "settings": { - "python.defaultInterpreterPath": "/opt/conda/bin/python" + "python.defaultInterpreterPath": "/opt/conda/bin/python", }, // Add the IDs of extensions you want installed when the container is created. - "extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"] - } - } + "extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"], + }, + }, } diff --git a/nextflow_schema.json b/nextflow_schema.json index 8df67e3c..ccef5f95 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -454,13 +454,7 @@ "type": "string", "help_text": "Choose any of the supported databases, and optionally also specify the version. Database and version are separated by an equal sign (`=`, e.g. `silva=138`) . This will download the desired database and initiate taxonomic classification with QIIME2 and the chosen database.\n\nIf both, `--dada_ref_taxonomy` and `--qiime_ref_taxonomy` are used, DADA2 classification will be used for downstream analysis.\n\nThe following databases are supported:\n- SILVA ribosomal RNA gene database project - 16S rRNA\n- UNITE - eukaryotic nuclear ribosomal ITS region - ITS\n- Greengenes (only testing!)\n\nGenerally, using `silva`, `unite-fungi`, or `unite-alleuk` will select the most recent supported version. For testing purposes, the tiny database `greengenes85` (dereplicated at 85% sequence similarity) is available. For details on what values are valid, please either use an invalid value such as `x` (causing the pipeline to send an error message with all valid values) or see `conf/ref_databases.config`.", "description": "Name of supported database, and optionally also version number", - "enum": [ - "silva=138", - "silva", - "greengenes85", - "greengenes2", - "greengenes2=2022.10" - ] + "enum": ["silva=138", "silva", "greengenes85", "greengenes2", "greengenes2=2022.10"] }, "qiime_ref_tax_custom": { "type": "string",