diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index cbae85f..92f5313 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -173,8 +173,8 @@ class InputHelper(object): ranges.add(arguments.target) else: target_file = arguments.target_list - # if not sys.stdin.isatty(): - # target_file = sys.stdin + if not sys.stdin.isatty(): + target_file = sys.stdin ranges.update([target.strip() for target in target_file if target.strip()]) # process exclusions first