zavolanlab / htsinfer

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

feat: add tax_id parameter #147

Closed balajtimate closed 7 months ago

balajtimate commented 8 months ago

Description

To have better control over the read orientation inference process, allow users to define the organism of the given sample, instead of inferring it. When the organism ID is given, the transcripts file is filtered based on that organism, and the filtered file is used for to infer the orientation.

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 8 months ago

Codecov Report

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

Comparison is base (5ef3322) 100.00% compared to head (c8a10e6) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #147 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 1078 1108 +30 ========================================= + Hits 1078 1108 +30 ```

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