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
Changes to sample_names argument in read_chroms: This argument can no longer be supplied with a vector of names. Instead, sample_names can be provided with one of two arguments: basename or sample_name. The default setting (basename) will use the basename of the file, while sample_name will instead use the sample name encoded in the file's metadata.
Fixed bug in extract_metadata when sub-setting metadata elements.
Added more informative error and warning messages to extract_metadata.
Added data.table format option to extract_metadata.
Fixed path issue in call_openchrom.
Updated documentation in README and call_openchrom manual concerning OpenChrom installation