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

[tree] allow VCF input without exclude-sites arg #565

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

jameshadfield
Copy link
Member

@jameshadfield jameshadfield commented Jun 17, 2020

Previous behavior expected that any VCF input to augur tree would have a (bed-like) exclude-sites file, however this is should not be necessary. This commit allows such functionality, resulting
in a FASTA for tree-building with no positions removed.

P.S. If you wish to achieve this behavior before this PR is merged you can do so by creating an empty file without a .bed extension and passing that to --exclude-sites

Testing

No testing implemented.
Tested locally by removing the --exclude-sites {input.sites} argument from this test.

Previous behavior expected that any VCF input would have a (bed-like) exclude-sites file,
however this is should not be necessary. This commit allows such functionality, resulting
in a FASTA for tree-building with no positions removed.
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #565 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #565   +/-   ##
=======================================
  Coverage   20.92%   20.92%           
=======================================
  Files          31       31           
  Lines        5133     5133           
  Branches     1300     1300           
=======================================
  Hits         1074     1074           
  Misses       4007     4007           
  Partials       52       52           
Impacted Files Coverage Δ
augur/tree.py 9.74% <0.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 2ff315f...a2222d0. Read the comment docs.

@rneher rneher merged commit a42c0c7 into master Jun 25, 2020
@rneher rneher deleted the fix-vcf-without-exclude-sites-bug branch June 25, 2020 08:09
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.

2 participants