Skip to content

Commit

Permalink
Add error message to sysout for input validation
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed May 29, 2024
1 parent 72ce241 commit 560fe94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified files/mutserve.zip
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/mitocalling.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ nextflow_pipeline {
when {
params {
project = "test-job"
files = "$projectDir/tests/data/bam/HG002.bam"
files = "$projectDir/tests/data/bam/no_rg/HG002.bam"
mode = "mutect2"
output = "out"
output_reports = "reports"
Expand Down

0 comments on commit 560fe94

Please sign in to comment.