Skip to content

Commit

Permalink
Remove some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Oct 13, 2024
1 parent 3746326 commit 3092c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subworkflows/local/utils_nfcore_smrnaseq_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ def validateInputParameters() {
error("You specified to be using MirGeneDB, but the GFF file is not found. Please provide the file using the '--mirgenedb_gff' parameter.")
}
}


}

// Validate channels from input samplesheet
Expand Down Expand Up @@ -339,3 +337,4 @@ def methodsDescriptionText(mqc_methods_yaml) {

return description_html.toString()
}

0 comments on commit 3092c82

Please sign in to comment.