Skip to content

Commit

Permalink
comment for --reference
Browse files Browse the repository at this point in the history
It isn't recommended and is tripping up too many users. Figure out how
to remove it without messing up pipelines.
  • Loading branch information
ACEnglish committed Feb 6, 2024
1 parent ef4f83c commit 222f53c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion truvari/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def __init__(self, args=None):

self.reference = None
if self.params.reference is not None:
#logging.warning("`--reference` is being deprecated and is only
#sys.stderr.write("WARNING `--reference` is no longer recommended for use with bench/collapse ")
#sys.stderr.write("results will be slower and less accurate.\n")
self.reference = pysam.FastaFile(self.params.reference)

@staticmethod
Expand Down

0 comments on commit 222f53c

Please sign in to comment.