Skip to content

Commit

Permalink
Remove outdated reference to MACS
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeagrie committed Jul 17, 2017
1 parent 04915f7 commit f429521
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lib/gamtools/call_windows.py
Expand Up @@ -763,10 +763,6 @@ def threshold_from_args(args):
Wrapper function to pass arguments to threshold_file from argparse.
"""

if args.macs:
raise NotImplementedError('Thresholding using macs is not supported')

else:
threshold_file(args.coverage_file, args.output_file,
args.fitting_folder, args.details_file,
args.fitting_function)
threshold_file(args.coverage_file, args.output_file,
args.fitting_folder, args.details_file,
args.fitting_function)

0 comments on commit f429521

Please sign in to comment.