feat: add function to calculate mean and variance
Add function to calculate mean and variance from a directory with files of gene expression(Work in progress)
Merge request reports
Activity
requested review from @kanitz
assigned to @reto.tschannen
added 5 commits
-
cd2c8690...95d07fbd - 2 commits from branch
main
- 37aaef90 - feat: Added function to calculate mean and variance from a directory with...
- 283577f8 - chore: cleaned up function and added correct path to usr directory
- 91b98504 - chore: removed print line
Toggle commit list-
cd2c8690...95d07fbd - 2 commits from branch
Please fix the linter issues (see CI log or just run
flake8
locally in your checked out feature branch). Use Google to find out more about what the linter complains about. E.g., forsrc/mean-variance-function.py:1:12: E401 multiple imports on one line
, googlingE401 multiple imports on one line
will bring you here: https://www.flake8rules.com/rules/E401.htmlPlease proceed in a similar way to make sure the entire CI pipeline passes, then please re-assing me to review. If you have any specific questions, please ask them during the session or on the forum on ADAM.
removed review request for @kanitz
added 5 commits
Toggle commit list- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
- Resolved by Reto Tschannen
I can't resolve these flake8 issues, how can I fix them (My local flake8 shows no problems, but when I push, the qc fails because of them)?
$ flake8 src/ setup.py src/meanvariancefunction.py:12:1: D205 1 blank line required between summary line and description src/meanvariancefunction.py:12:1: D415 First line should end with a period, question mark, or exclamation point src/meanvariancefunction.py:12:1: D411 Missing blank line before section
Best, Reto
Edited by Reto Tschannen
mentioned in merge request !16 (closed)