jono-m / OrganoID

22 stars 12 forks source link

Update Run.py #4

Open schmoogol opened 1 year ago

schmoogol commented 1 year ago

I was getting the error "AttributeError: 'Namespace' object has no attribute 'analyzeg'" and I believe the change below fixes it.

Line 86 of CommandLine/Run.py 'parserArgs.analyzeg' to 'parserArgs.analyze'