-
Notifications
You must be signed in to change notification settings - Fork 24
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
Analysis files from wrong samples removed #298
Comments
I pushed a bugfix for that, but I'm going to need to test it. Is there a way to try it without doing that in production ? reproducing the bug seems a little hard |
Yeah this is weird. @parlundin do you have an example you can direct us to? |
patrik's words :
I also found out that the sub handling the "which files to copy/delete" does so without knowing which sample to work on, it only has project-level information, so I was wondering if that could have an impact |
The NGIProject object that is passed to the function as an argument has as children NGISample objects, and the removal function just parses through these. But the trouble is here: |
yep, just did that. Now to hope that this still works... On Mon, Jun 15, 2015 at 10:34 AM, Mario Giovacchini <
|
When restarting NGI_PIPELINE for a sample where previous analysis already been performed, the previous analysis files are removed from the analysis folders 01 to 07, unfortunately it looks like it in some cases removes the files for other samples as well.
The text was updated successfully, but these errors were encountered: