smithlabcode / ribotricer

A tool for accurately detecting actively translating ORFs from Ribo-seq data
http://doi.org/djv4
GNU General Public License v3.0
28 stars 8 forks source link

Fixing linter errors #158

Closed andrewdavidsmith closed 2 months ago

andrewdavidsmith commented 2 months ago

All errors/warnings issued from both flake8 invocations in the workflow have been corrected. This involved some string formatting, and some noqa tags. Note: flake8 findings of "too complex" (C901) were not addressed. Needs testing before merge.

andrewdavidsmith commented 2 months ago

Still needs attention for pytest with origin of variable META_MIN_READS.