Add configurable --display-thresh parameter for .prob file filtering#60
Merged
Add configurable --display-thresh parameter for .prob file filtering#60
Conversation
Co-authored-by: rob-p <[email protected]>
Co-authored-by: rob-p <[email protected]>
…g whitespace Co-authored-by: rob-p <[email protected]>
Copilot
AI
changed the title
[WIP] Add debugging logs to analyze file discrepancies
Add debug instrumentation to trace .quant/.prob discrepancies
Feb 3, 2026
Co-authored-by: rob-p <[email protected]>
Co-authored-by: rob-p <[email protected]>
Co-authored-by: rob-p <[email protected]>
Copilot
AI
changed the title
Add debug instrumentation to trace .quant/.prob discrepancies
Add transcript-specific instrumentation for ENST00000491404.2 to debug .quant/.prob discrepancies
Feb 3, 2026
Copilot stopped work on behalf of
rob-p due to an error
February 4, 2026 13:09
Copilot stopped work on behalf of
rob-p due to an error
February 4, 2026 13:09
- Remove all debug documentation files (DEBUG_ISSUE_59.md, TRACKING_TRANSCRIPT.md, README_TRANSCRIPT_TRACKING.md, test_debug_instrumentation.sh) - Remove all debug logging from write_function.rs, em.rs, and bulk.rs - Add --display-thresh command line parameter with default 0.000001 - Accept sentinel values 'none', 'None', 'NONE' to set threshold to f64::MIN_POSITIVE - Update write_out_prob to accept display_thresh parameter instead of constant Co-authored-by: rob-p <[email protected]>
Copilot
AI
changed the title
Add transcript-specific instrumentation for ENST00000491404.2 to debug .quant/.prob discrepancies
Add configurable --display-thresh parameter for .prob file filtering
Feb 4, 2026
Copilot stopped work on behalf of
rob-p due to an error
February 4, 2026 14:09
added 2 commits
February 4, 2026 15:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased PR - Display Thresh Parameter Only
Completed Changes:
Final Changes (29 insertions, 2 deletions):
1.
src/prog_opts.rs(+25 lines):parse_display_threshfunction to parse float values or 'none' sentineldisplay_threshfield to Args struct with default value of 1e-62.
src/util/write_function.rs(+3, -2 lines):write_out_probsignature to acceptdisplay_threshparameterDISPLAY_THRESHconstant (was 0.001)3.
src/bulk.rs(+1 line):args.display_threshtowrite_out_probfunctionVerification:
✅ No debug code or comments remain
✅ Builds successfully
✅ Help shows correct parameter with default value
✅ Only command line option changes remain
This PR is now cleanly rebased against main with only the essential changes for the --display-thresh parameter.
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.