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
Currently if one performs a subset_samples operation that removes all samples, they get an error message
Error in validObject(.Object) :
invalid class “sample_data” object: Sample Data must have non-zero dimensions.
Instead, we should detect that 0 samples pass the subsetting operation and inform the user in an error message, to help spot the problem. Similarly for subsetting taxa with subset_taxa.
The text was updated successfully, but these errors were encountered:
Currently if one performs a
subset_samples
operation that removes all samples, they get an error messageInstead, we should detect that 0 samples pass the subsetting operation and inform the user in an error message, to help spot the problem. Similarly for subsetting taxa with subset_taxa.
The text was updated successfully, but these errors were encountered: