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
In PR bioboxes/rfc#155 two new binning evaluation interfaces are introduced. Schemas of both interfaces cannot be evaluated by using the current file validator:
Traceback (most recent call last):
File "<string>", line 7, in<module>
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/validate_biobox_file.main", line 76, in run
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/pymonad.Monad", line 34, in __rshift__
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/pymonad.Either", line 109, inbind
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/validate_biobox_file.main", line 66, in check_mounted_files
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/validate_biobox_file.main", line 51, in is_file_arg
File "pyinstaller/build/validate-biobox-file/out00-PYZ.pyz/validate_biobox_file.main", line 51, in<lambda>
The text was updated successfully, but these errors were encountered:
Yes. I know it is not a nice solution, but we are using lists in (e.g. Assemblers) and dictionaries (e.g. Binning evaluation, read based assembler evaluation).
In PR bioboxes/rfc#155 two new binning evaluation interfaces are introduced. Schemas of both interfaces cannot be evaluated by using the current file validator:
The text was updated successfully, but these errors were encountered: