-
Notifications
You must be signed in to change notification settings - Fork 33
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
Raw file connection not closing #709
Raw file connection not closing #709
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #709 +/- ##
==========================================
- Coverage 75.95% 75.94% -0.01%
==========================================
Files 170 171 +1
Lines 28801 28845 +44
==========================================
+ Hits 21876 21907 +31
- Misses 6925 6938 +13
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address Nic's comment and update. Then I'll build, test in MM, and approve
Packed and tested in MetaMorpheus with vignette data. Results were the same for all tasks. |
Thermo Raw files were not closing once MM finished tasks., users had to close MM in order to not get the error indicating that the file was still being used. Tackled this issue including any method accessing the file inside a using statement.
Tested reading a file and moving it from the directory. Test is passing after the fix.