Skip to content

Commit

Permalink
Merge pull request #22 from icgc-argo-workflows/normalization@0.1.0
Browse files Browse the repository at this point in the history
*.nf updated
  • Loading branch information
DabinJeong authored Jan 2, 2024
2 parents 0e5a9e6 + 229ed52 commit bdde721
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 bdde721

Please sign in to comment.