Skip to content

Commit

Permalink
remove unused functions in subworkflows/local/utils_nfcore_taxprofile…
Browse files Browse the repository at this point in the history
…r_pipeline/main.nf
  • Loading branch information
LilyAnderssonLee committed Dec 17, 2024
1 parent be44921 commit 34cf51b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions subworkflows/local/utils_nfcore_taxprofiler_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ workflow PIPELINE_INITIALISATION {
nextflow_cli_args
)

//
// Custom validation for pipeline parameters
//
validateInputParameters()

//
// Create channel from input file provided through params.input
//
Expand Down Expand Up @@ -143,12 +138,6 @@ workflow PIPELINE_COMPLETION {
FUNCTIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
//
// Check and validate pipeline parameters
//
def validateInputParameters() {
genomeExistsError()
}//
// Validate channels from input samplesheet
//
def validateInputSamplesheet(input) {
Expand All @@ -162,6 +151,7 @@ def validateInputSamplesheet(input) {

return [ metas[0], fastqs, fasta ]
}

//
// Generate methods description for MultiQC
//
Expand Down

0 comments on commit 34cf51b

Please # to comment.