zavolanlab / htsinfer

Infer metadata for your downstream analysis straight from your RNA-seq data
Apache License 2.0
9 stars 22 forks source link

fix: add processed sample paths to mapping #150

Closed balajtimate closed 7 months ago

balajtimate commented 7 months ago

Description

Add the paths to the processed subset of samples to the mapping function in get_library_type.py, so that STAR makes use of them instead of the original (unprocessed) samples, when aligning to determinate the mate relationship.

Fixes #149

Type of change

Checklist

Please carefully read these items and tick them off if the statements are true or do not apply.

If for some reason you are unable to tick off all boxes, please leave a comment explaining the issue you are facing so that we can work on it together.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8443c05) 100.00% compared to head (4c33968) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #150 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 1108 1109 +1 ========================================= + Hits 1108 1109 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

uniqueg commented 7 months ago

Hmm, coverage test is failing. Maybe you need to update the unit tests (or add one)?

balajtimate commented 7 months ago

I'm not sure why, the detailed coverage run says 100% (also for the PR). Can it be rerun?

uniqueg commented 7 months ago

Really weird. And no, I don't know how to rerun it without rerunning all the tests. Well, I think I'll just merge it then. If it persists, we can still investigate