Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
Thanks for this amazing software! I have a question related to VCF files. Is there any reason not include the contig header in the VCF file? According to the VCF spec, "it is highly recommended (but not required) that the header include tags describing the contigs referred to in the VCF file".
For example, I found it necessary when filtering the VCF file using bcftools. I made a simple example: model_vcf.txt
The previous chunk of code gives me the error:
As far as I understand from the source code, the CHROM column is fixed to be 1).
Would not the PR I made do the trick (although maybe it is a bit pretentious to say that a single line is a PR)?I built it locally (using the code snipped from the TO_DO file) and do some minimal testing:
I'm not sure if it is a breaking change, but the tests from the command line still works. I tried:
and
Please, let me know if I misunderstood something.
Best,
Curro