Skip to content

Commit

Permalink
*.nf updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DabinJeong committed Jul 19, 2022
1 parent 603aa83 commit 229ed52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions normalization/normalize.nf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ process normalization {
// using this command: nextflow run <git_acc>/<repo>/<pkg_name>/<main_script>.nf -r <pkg_name>.v<pkg_version> --params-file xxx
workflow {
normalization(
params.input_file,
params.geneLength
file(params.input_file),
file(params.geneLength)
)
}

0 comments on commit 229ed52

Please sign in to comment.