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 (directory_path == self.config.raw_data or
directory_path in self.config.raw_data.parents):
In the current configuration, directory_path is /media/RAW_DATA/MiSeq/runs and self.config.raw_data is /media/RAW_DATA. The previous version added MiSeq/runs to self.config.raw_data before doing the comparison.
Options are:
Add a second external file directory at /media/RAW_DATA to make the comparison work. That has the advantage of only being a configuration change.
Change the comparison back, and wait for the next release before converting all the uploaded datasets to external datasets.
The configuration looks right, so I'm not sure what the problem is.
The text was updated successfully, but these errors were encountered: