Skip to content

Commit

Permalink
define ch_input
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyliu1326 committed Apr 9, 2024
1 parent ec01d30 commit bf02c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/genome_annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for (param in checkPathParamList) { if (param) { file(param, checkIfExists: true

// Check mandatory parameters
// if (params.input) { ch_input = file(params.input) } else { exit 1, 'Input samplesheet not specified!' }

ch_input = file(params.input)
/*
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions subworkflows/local/seqqc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// Check mandatory parameters
// if (params.input) { ch_input = file(params.input) } else { exit 1, 'Input samplesheet not specified!' }
ch_input = file(params.input)

// Check if input database paths are valid
if (!params.skip_kraken2 && !Utils.fileExists(params.kraken2_db)) {
Expand Down

0 comments on commit bf02c58

Please sign in to comment.