Skip to content

Commit

Permalink
Fix #76 - revert to output unannotated loci
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Sep 26, 2024
1 parent 24bc966 commit c17692c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use codecov badge and fix scout link on README page
- Added a test for TRGT MCs set to `.`
- Added CLI test for TRGT file
- Fix codecov upload hidden artifact issue
- Codecov upload hidden artifact issue
- Incorrect multisample, multiallele FORMAT output
- Write unannotated entries (not in definition file) to output (reverted to pre-0.9 behaviour)

## [0.9.1]
### Added
Expand Down
2 changes: 1 addition & 1 deletion stranger/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ def cli(context, vcf, family_id, repeats_file, loglevel, trgt):
repeat_data[annotate_repeat_key]
)

click.echo(get_variant_line(variant_info, header_info))
click.echo(get_variant_line(variant_info, header_info))

0 comments on commit c17692c

Please sign in to comment.