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
If the metadata in a file in misformatted (i.e., does not contain six lines), read_file() and read() returns the incorrect output. Currently, we lose information and, instead of being treated as rows, samples are treated as columns.
Bug Description
If the metadata in a file in misformatted (i.e., does not contain six lines),
read_file()
andread()
returns the incorrect output. Currently, we lose information and, instead of being treated as rows, samples are treated as columns.Created on 2021-09-14 by the reprex package (v2.0.1)
Expected Behavior
We would expect to see six rows in our final dataset with all the metadata represented as columns, as shown below:
The text was updated successfully, but these errors were encountered: