From 366f7ee2a81e9e8444dbe4de0a89c568d288e4d1 Mon Sep 17 00:00:00 2001 From: Dong Wang <1357034038@qq.com> Date: Fri, 10 Jun 2022 10:56:09 +0800 Subject: [PATCH] Update nextflow_schema.json --- nextflow_schema.json | 54 -------------------------------------------- 1 file changed, 54 deletions(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index dba050e9..6bc4ce81 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -164,60 +164,6 @@ } } }, - "cosmic_variant_proteomes": { - "title": "COSMIC variant proteomes", - "type": "object", - "description": "COSMIC variant proteins parameters", - "default": "", - "properties": { - "cosmic": { - "type": "boolean", - "description": "Download COSMIC mutation files and generate protein database" - }, - "cosmic_celllines": { - "type": "string", - "description": "Download COSMIC cell line files and generate protein database" - }, - "cosmic_user_name": { - "type": "string", - "description": "User name (or email) for COSMIC account" - }, - "cosmic_password": { - "type": "string", - "description": "Password for COSMIC account" - }, - "cosmic_config": { - "type": "string", - "description": "Path to configuration file for parameters in generating" - }, - "cosmic_cancer_type": { - "type": "string", - "default": "all", - "description": "Specify a tissue type to limit the COSMIC mutations to a particular caner type" - }, - "cosmic_cellline_name": { - "type": "string", - "default": "all", - "description": "Specify a sample name to limit the COSMIC cell line mutations to a particular cell line" - }, - "cosmicgenes": { - "type": "string", - "description": "Loading local cosmic protein database" - }, - "cosmicmutations": { - "type": "string", - "description": "Loading local COSMIC mutation files" - }, - "cosmiccelllines_genes": { - "type": "string", - "description": "Loading local cosmic_celllines protein database" - }, - "cosmiccelllines_mutations": { - "type": "string", - "description": "Loading local COSMIC cell line files" - } - } - }, "input_output_options": { "title": "Input/output options", "type": "object",