-
Notifications
You must be signed in to change notification settings - Fork 54
Added timsTOF support #555
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
base: dev
Are you sure you want to change the base?
Conversation
Added support for timsTOF by allowing model runner to take in a .d directory
…ixed directory discovery Changes made - Fixed the linting - Added test for new functionality - Changed file_formats.md to add .d folder type - Added changes to CHANGELOG.md
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #555 +/- ##
==========================================
+ Coverage 94.28% 94.62% +0.33%
==========================================
Files 14 14
Lines 1487 1487
==========================================
+ Hits 1402 1407 +5
+ Misses 85 80 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixed file logic
|
This looks good, thanks @bhavyak7-lab. We'll wait a bit longer to merge it into dev because there needs to be a new release of DepthCharge first, which we'll need to specify in the dependencies then. |
Changes made