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
There are currently a couple of small bugs where inaccurate Gromet is generated if running the program analysis pipeline on a Windows machine. This is due to the differences in path format between MacOS/Linux and Windows.
These both can likely be fixed using the Python os module to handle paths when necessary.
There are currently a couple of small bugs where inaccurate Gromet is generated if running the program analysis pipeline on a Windows machine. This is due to the differences in path format between MacOS/Linux and Windows.
These both can likely be fixed using the Python os module to handle paths when necessary.
Instance 1: The GrometFNModule "name" field.
Instance 2: The GrometFNModuleCollection "module_index" and "executables" fields
This likely can be fixed in multifile_ingester.py
The text was updated successfully, but these errors were encountered: