Skip to content

Commit

Permalink
Fixes to template
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Oct 8, 2024
1 parent 01a1b1f commit d1eb4a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ workflow {
//
PIPELINE_INITIALISATION (
params.version,
params.help,
params.validate_params,
params.monochrome_logs,
args,
Expand Down
12 changes: 6 additions & 6 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,22 +479,22 @@
"$ref": "#/$defs/input_output_options"
},
{
"$ref": "#/definitions/umi_options"
"$ref": "#/$defs/umi_options"
},
{
"$ref": "#/definitions/reference_genome_options"
"$ref": "#/$defs/reference_genome_options"
},
{
"$ref": "#/definitions/trimming_options"
"$ref": "#/$defs/trimming_options"
},
{
"$ref": "#/definitions/contamination_filtering"
"$ref": "#/$defs/contamination_filtering"
},
{
"$ref": "#/definitions/skipping_pipeline_steps"
"$ref": "#/$defs/skipping_pipeline_steps"
},
{
"$ref": "#/definitions/institutional_config_options"
"$ref": "#/$defs/institutional_config_options"
},
{
"$ref": "#/$defs/generic_options"
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/utils_nfcore_smrnaseq_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ workflow PIPELINE_INITIALISATION {
// Create channel from input file provided through params.input
//

Channel
ch_samplesheet = Channel
.fromList(samplesheetToList(params.input, "${projectDir}/assets/schema_input.json"))
.map {
meta, fastq_1, fastq_2 ->
Expand Down

0 comments on commit d1eb4a9

Please sign in to comment.