bcgsc / mavis

Merging, Annotation, Validation, and Illustration of Structural variants
http://mavis.bcgsc.ca
GNU General Public License v3.0
72 stars 13 forks source link

TypeError: __init__() missing 1 required positional argument: 'args' #258

Open imsarath opened 2 years ago

imsarath commented 2 years ago

Describe the bug

Encountered the following error msg when try to run mavis with the local scheduler.

File - "mavis/schedule/pipeline.py", line 887, in read_build_file
TypeError: __init__() missing 1 required positional argument: 'args'

To Reproduce Try to run with a local scheduler

Expected behavior Successful execution of mavis with local cores.

Versions (please complete the following information):

mattdoug604 commented 2 years ago

Hi @imsarath, thanks for reporting this.

Version 2.2.10 of MAVIS is still under review. I would recommend using version 2.2.9 for now (https://github.com/bcgsc/mavis/releases/tag/v2.2.9)