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
Originally posted by ksebby November 13, 2024
I suggest changing the Workspace ignore_missing_files parameter to load_missing_file_data or something similar.
Currently:
ignore_missing_files = False (the default) does in fact ignore the missing samples--the gate data and sample ids are not loaded. Although there is a warning message.
ignore_missing_files = True does not ignore the missing files and loads the gate data and sample ids of missing FCS files.
I expected the opposite behavior from the name. This one tripped me up for a while...
The text was updated successfully, but these errors were encountered:
whitews
changed the title
Rename Workspace kwarg ignore_missing_files to load_missing_file_data
Rename Workspace kwarg ignore_missing_files to load_missing_file_dataNov 14, 2024
Discussed in #229
Originally posted by ksebby November 13, 2024
I suggest changing the Workspace
ignore_missing_files
parameter toload_missing_file_data
or something similar.Currently:
ignore_missing_files = False (the default) does in fact ignore the missing samples--the gate data and sample ids are not loaded. Although there is a warning message.
ignore_missing_files = True does not ignore the missing files and loads the gate data and sample ids of missing FCS files.
I expected the opposite behavior from the name. This one tripped me up for a while...
The text was updated successfully, but these errors were encountered: