Paolo Cozzi
Paolo Cozzi
dear @jstrieb, thank you for this amazing project. Have you considered to publish the generated images through github pages? you could do it directly in github workflow and with a...
Hi all, This bug is due to line 330 in /usr/local/lib/python2.7/dist-packages/docker_registry/toolkit.py, in which there is a "os.remove(lock_path)" and this lock file doesn't exists using the SETTINGS_FLAVOR=dev and a local storage...
Dear all, I've found a similar problem in a pipeline I wrote starting from *nf-core template*. For what I understand this problem is raised by [this call](https://github.com/nf-core/tools/blob/dec66abe1c36a8975a952e1f80f045cab65bbf72/nf_core/pipeline-template/bin/check_samplesheet.py#L161) in `check_samplesheet.py`: ```python...
This will solve #11
Hi. @Danilka has recently submitted pull request #15 in which Python 3 support is provided. We are waiting that @gawbul accepts new changes.
Thank you @Danilka for your contribute. I write this consideration since I've contribuited too to this project before. In my idea, I want the user deal explicitely with exceptions when...