Skip to content

Commit

Permalink
Update modules/common/indexFile/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Yash Patel <86321070+yashpatel6@users.noreply.github.com>
  • Loading branch information
kiarod and yashpatel6 authored Jul 9, 2024
1 parent 251a226 commit 3021ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/indexFile/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def indexFile(Object given_file) {
return "${bam_cram_or_vcf}.tbi"
}
else {
throw new Exception("Index file for ${bam_cram_or_vcf} file type not supported. Use .bam or .vcf.gz files.")
throw new Exception("Index file for ${bam_cram_or_vcf} file type not supported. Use .bam, .vcf.gz, or .cram files.")
}
}

0 comments on commit 3021ddf

Please sign in to comment.