Skip to content

Commit

Permalink
Merge pull request #962 from biorack/untargeted_dev
Browse files Browse the repository at this point in the history
Remove outdated argument checker to allow for skipping steps
  • Loading branch information
bkieft-usa authored Oct 15, 2024
2 parents e84ec9e + c3f2e55 commit 3963fde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metatlas/untargeted/run_untargeted_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ def check_args(args):
args.background_designator = args.background_designator.split(',')
if args.skip_steps:
args.skip_steps = args.skip_steps.split(',')
if args.skip_steps is not None and args.direct_input is None:
logging.error('Incompatible flags. Must provide direct input if you want to skip steps.')
sys.exit(1)
if args.overwrite_drive is True and args.gdrive_upload is False:
logging.error('Incompatible flags. Cannot overwrite google drive if not uploading to google drive.')
sys.exit(1)
Expand Down

0 comments on commit 3963fde

Please sign in to comment.