Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples are not being uploaded as external datasets #452

Closed
3 tasks done
donkirkby opened this issue Jul 30, 2018 · 1 comment
Closed
3 tasks done

Samples are not being uploaded as external datasets #452

donkirkby opened this issue Jul 30, 2018 · 1 comment
Labels

Comments

@donkirkby
Copy link
Member

donkirkby commented Jul 30, 2018

The configuration looks right, so I'm not sure what the problem is.

@donkirkby donkirkby added the bug label Jul 30, 2018
@donkirkby donkirkby added this to the 7.10 - De Novo Assembly milestone Jul 30, 2018
@donkirkby
Copy link
Member Author

The problem is this comparison:

            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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant