Skip to content

Commit

Permalink
Delete println
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Mar 22, 2024
1 parent 73c04e2 commit 588d91e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflows/phaseimpute/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,10 @@ workflow PHASEIMPUTE {
}

if (params.step == 'validate') {
print("Validate imputed data")
error "validate step not yet implemented"
}

if (params.step == 'refine') {
print("Refine imputed data")
error "refine step not yet implemented"
}

Expand Down

0 comments on commit 588d91e

Please sign in to comment.