zavolanlab / htsinfer

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

test: add unit tests for library orientation #91

Closed rohank63 closed 1 year ago

rohank63 commented 2 years ago

Resolves #83

Type of change

Please delete options that are not relevant.

Checklist

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

codecov-commenter commented 2 years ago

Codecov Report

Base: 100.00% // Head: 99.56% // Decreases project coverage by -0.43% :warning:

Coverage data is based on head (32465c4) compared to base (5922441). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #91 +/- ## =========================================== - Coverage 100.00% 99.56% -0.44% =========================================== Files 11 12 +1 Lines 692 921 +229 =========================================== + Hits 692 917 +225 - Misses 0 4 +4 ``` | [Impacted Files](https://codecov.io/gh/zavolanlab/htsinfer/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zavolanlab) | Coverage Δ | | |---|---|---| | [htsinfer/exceptions.py](https://codecov.io/gh/zavolanlab/htsinfer/pull/91/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zavolanlab#diff-aHRzaW5mZXIvZXhjZXB0aW9ucy5weQ==) | `100.00% <100.00%> (ø)` | | | [htsinfer/get\_read\_orientation.py](https://codecov.io/gh/zavolanlab/htsinfer/pull/91/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zavolanlab#diff-aHRzaW5mZXIvZ2V0X3JlYWRfb3JpZW50YXRpb24ucHk=) | `98.24% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zavolanlab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zavolanlab)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

uniqueg commented 1 year ago

Good stuff - thanks a lot @rohank63!