Fabian Egli

Results 80 issues of Fabian Egli

While preparing to compile nginx from source with this build script, I realized that there are some differences in the `nginx.service` file produced by it and the one I have...

There are multiple uses of assert inside the production code. This is bad practice because assert is removed when python is run with optimization, e.g. `python -0 some_script_using_biopython.py`. The problem...

help wanted

- [x] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [x] I have read the...

This is the start of an attempt to solve #3614. - [x] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND**...

### Description of the bug The `shutil.copytree` argument [`dirs_exist_ok`](https://docs.python.org/3/library/shutil.html#shutil.copytree) is only available in Python version 3.8+ but nf-core tool still support Python 3.7 https://github.com/nf-core/tools/blob/b5400d84d307343353b6ab09aad204231f74fb0e/nf_core/modules/lint/module_changes.py#L28 Two options: drop Python 3.7 support...

bug

### Description of feature Many tests will pull form the github repo. 55 in total. This means running the tests once already pulls 55 times, running them repeatedly every couple...

enhancement

### Description of feature PR #1700 grew too big and this is now an issue collecting the information about the adoption to pathlib. #### From PR #1700 - [x] provide...

enhancement

Closes #1712 ## PR checklist - [ ] This comment contains a description of changes (with reason) - [ ] `CHANGELOG.md` is updated - [ ] If you've fixed a...

WIP

### Description of feature As of #1689 there are too many commented out tests with the following note: ``` # TODO nf-core: Assess and strip out if no longer required...

enhancement

### Description of feature The `plain` argument needs a description in the docstring.

good-first-issue
enhancement