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

Bug fix for WDL using MTX input #246

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Bug fix for WDL using MTX input #246

merged 2 commits into from
Oct 31, 2023

Conversation

sjfleming
Copy link
Member

Closes #245

Instead of using input_file_unfiltered as the cellbender --input argument directly, it checks whether it is an MTX file. The --input remains input_file_unfiltered unless the input is an MTX file, in which case it becomes the directory name $(dirname ~{input_file_unfiltered}).

This obeys cellbender's current expectation that an MTX format input is to be specified by passing a directory as --input.

Tool expects a directory if an MTX is given
@sjfleming sjfleming added the bug Something isn't working label Aug 15, 2023
@sjfleming sjfleming requested a review from mbabadi August 16, 2023 14:51
@sjfleming sjfleming marked this pull request as ready for review August 16, 2023 14:51
@sjfleming sjfleming merged commit cf71148 into dev Oct 31, 2023
3 checks passed
@sjfleming sjfleming deleted the sf_wdl_mtx_fix branch October 31, 2023 14:46
sjfleming added a commit that referenced this pull request Oct 31, 2023
* Add WDL input to set number of retries. (#247)

* Move hash computation so that it is recomputed on retry, and now-invalid checkpoint is not loaded. (#258)

* Bug fix for WDL using MTX input (#246)

* Memory-efficient posterior generation (#263)

* Fix posterior and estimator integer overflow bugs on Windows (#259)

* Move from setup.py to pyproject.toml (#240)

* Fix bugs with report generation across platforms (#302)

---------

Co-authored-by: kshakir <github@kshakir.org>
Co-authored-by: alecw <alecw@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants