Skip to content

Commit

Permalink
Print extra unknowns in case of --continue
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed May 31, 2024
1 parent 55be054 commit 180516c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,8 @@ def postprocessing(args, cfg, dataset_data, log, spades_home, load_processed_dat
if unknown_args:
support.error("you cannot specify any option except -o with --continue option! "
"Please use '--restart-from last' if you need to change some "
"of the options from the initial run and continue from the last available checkpoint.", log)
"of the options from the initial run and continue from the last available checkpoint.\n"
"Extra options: %s" % unknown_args, log)
if args.meta:
if args.careful or args.mismatch_corrector or (args.cov_cutoff != "off" and args.cov_cutoff is not None):
support.error("you cannot specify --careful, --mismatch-correction or --cov-cutoff in metagenomic mode!",
Expand Down

0 comments on commit 180516c

Please sign in to comment.