-
Notifications
You must be signed in to change notification settings - Fork 10
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
Prep version bump #84
Conversation
Patch `process_spaceranger.py` to support spacerangerr v1.2.0 and v2.0. This simply checks for "tissue_positions_list.csv" (v1.2.0) and if not present then "tissue_positions.csv" (v2.0.0) will be copied as "tissue_positions_list.csv"
turn input path strings to file type
add check for 'options' when adding files to view config
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
==========================================
- Coverage 37.17% 37.10% -0.07%
==========================================
Files 14 14
Lines 694 698 +4
==========================================
+ Hits 258 259 +1
- Misses 436 439 +3
☔ View full report in Codecov by Sentry. |
Update process_spaceranger.py
No description provided.