You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have been working with your tool and noticed that something was not very clear in the doc: the ISOLATE name in the mdu qc file MUST be the same as in the matches from the run => the prefix of the output directory or the program crashes with the following error:
Traceback (most recent call last): File "/usr/local/bin/lmod/abritamr/1.0.13/bin/abritamr", line 10, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/abritamr.py", line 129, in main args.func(args) File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/abritamr.py", line 28, in mdu C.run() File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/Collate.py", line 822, in run passed_match_df = self.mdu_reporting_general(match=self.match) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/Collate.py", line 769, in mdu_reporting_general exp_species = qcdf["SPECIES_EXP"].values[0] ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: index 0 is out of bounds for axis 0 with size 0
I would thus process this error in a more meaningful one in the code or specify it a bit more clearly when you speak about the qc file.
Best regards,
The text was updated successfully, but these errors were encountered:
Hello,
I have been working with your tool and noticed that something was not very clear in the doc: the ISOLATE name in the mdu qc file MUST be the same as in the matches from the run => the prefix of the output directory or the program crashes with the following error:
Traceback (most recent call last): File "/usr/local/bin/lmod/abritamr/1.0.13/bin/abritamr", line 10, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/abritamr.py", line 129, in main args.func(args) File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/abritamr.py", line 28, in mdu C.run() File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/Collate.py", line 822, in run passed_match_df = self.mdu_reporting_general(match=self.match) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/lmod/abritamr/1.0.13/lib/python3.11/site-packages/abritamr/Collate.py", line 769, in mdu_reporting_general exp_species = qcdf["SPECIES_EXP"].values[0] ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: index 0 is out of bounds for axis 0 with size 0
I would thus process this error in a more meaningful one in the code or specify it a bit more clearly when you speak about the qc file.
Best regards,
The text was updated successfully, but these errors were encountered: