Skip to content

fix(gatk4/haplotypecaller): replace empty touch with echo gzip in stub#11941

Open
JP-Bro wants to merge 1 commit into
nf-core:masterfrom
JP-Bro:update/gatk4-haplotypecaller-stub
Open

fix(gatk4/haplotypecaller): replace empty touch with echo gzip in stub#11941
JP-Bro wants to merge 1 commit into
nf-core:masterfrom
JP-Bro:update/gatk4-haplotypecaller-stub

Conversation

@JP-Bro

@JP-Bro JP-Bro commented Jun 9, 2026

Copy link
Copy Markdown

PR checklist

Closes #8887

  • This comment contains a description of changes (with reason).

Description

Replaces echo | gzip with echo "" | gzip in the stub section of gatk4/haplotypecaller.

The previous echo | gzip command created an invalid gzip file which caused
EOFException errors when nf-test tried to read the snapshot. Using echo "" | gzip
creates a valid (though minimal) gzip file that passes snapshot testing correctly.

@JP-Bro JP-Bro requested a review from maxulysse as a code owner June 9, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update stub: gatk4/haplotypecaller

1 participant