zavolanlab / htsinfer

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

feat: output read orientation fractions to json #169

Closed balajtimate closed 1 month ago

balajtimate commented 1 month ago

Description

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 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (d3cbe0e) to head (6828a24). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #169 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 1142 1164 +22 ========================================= + Hits 1142 1164 +22 ```

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

balajtimate commented 1 month ago

No docs update needed right now. I'll rewrite the full documentation on RtD, there it will be included.

uniqueg commented 1 month ago

No docs update needed right now. I'll rewrite the full documentation on RtD, there it will be included.

Oh, never mind. Had only a brief look and thought that you'd ended up including the stats in the main output after all. But seeing now that you're just writing it into a separate file, as discussed 👍