-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functional tests passed. pylint wanted changes ``` % python repo_utils/pylint_maker.py ************* Module truvari.utils truvari/utils.py:448:0: C0305: Trailing newlines (trailing-newlines) truvari/utils.py:447:11: R1729: Use a generator instead 'any(os.path.exists(vcf_path + '.' + x) for x in vcf_index_ext)' (use-a-generator) ``` Updated `truvari/annotations/trf.py` to use the new method. Added the new method to api docs in `docs/api/truvari.rst`
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters