Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error comparing VCF files #160

Merged
merged 2 commits into from
Jan 6, 2021
Merged

Error comparing VCF files #160

merged 2 commits into from
Jan 6, 2021

Conversation

jdidion
Copy link
Collaborator

@jdidion jdidion commented Jan 4, 2021

In the VCF data type, VCF files are made comparable using a grep command that filters out comment lines. If the file is empty or has no header lines, grep exits with a return code of 1, which should be allowed as valid.

This is the root cause of #158

…ickstart target to Makefile and run as part of build process
@codecov-io
Copy link

codecov-io commented Jan 6, 2021

Codecov Report

Merging #160 (f49a9b5) into develop (f7f794a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #160   +/-   ##
========================================
  Coverage    76.01%   76.01%           
========================================
  Files           18       18           
  Lines         1901     1901           
========================================
  Hits          1445     1445           
  Misses         456      456           
Impacted Files Coverage Δ
pytest_wdl/data_types/vcf.py 97.14% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7f794a...f49a9b5. Read the comment docs.

@jdidion jdidion merged commit 7a04567 into develop Jan 6, 2021
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.

3 participants