Fabian Egli

Results 121 comments of Fabian Egli

Thank you for this response and the additional resources on the systemd. An interesting read, indeed! However, my immediate question remains: Why do you use the `kill` command instead of...

I was mistaken and my worries were of no substance. Sending signals to nginx seems to be one of the ways to trigger a reconfiguration: http://nginx.org/en/docs/control.html#reconfiguration (sig HUP for reload...

I think it would be nice to update the reload part in the next iteration of this build script. The use of the reload flag instead of the HUP signal...

There are many options how to include that additional security information in the script. As you already mentioned, changing some of these parameters probably restrict some use cases out there....

OH! it's even worse. After deleting the cache and rerunning the tests with no internet connectivity: ``` -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================================================================== short test summary info ============================================================================== FAILED tests/test_bump_version.py::test_bump_pipeline_version - requests.exceptions.ConnectionError:...

Does this issue still remain for nf-core tools version 2.5?

Can you please try the following to see if it is a M1 issue or not: ``` conda create --name tst-glxy python==3.7 conda activate tst-glxy conda install --channel base --channel...

Clean-up with ``` conda deactivate conda env remove --name tst-glxy ```

Can please try with `conda create --name tst-glxy python==3.8`. After all Python 3.7 is deprecated.

Oh, maybe my bad, I think it might be because it should be a single equal sign instead of two 🙈