Fritjof Lammers

Results 9 comments of Fritjof Lammers

Before going further with this, I would like to discuss an issue I have discovered with the current version: Python's `ftplib` does not work behind a corporate proxy-server and I...

Agreed that you want to be sure what entity is being handled in the permission manager. In my opinion showing the label and maybe a warning if the label is...

I can reproduce when logging in via Elixir.

It would be great to get this issue going. For my population epigenomics project, I will have an individual genome for each sample, so I would priotize providing paths to...

Hi all, thanks for your work and sorry for not getting back to your earlier answer @njspix! Unfortunately, I couldn't spend any time on this so far. Regarding the use...

Hi, is there any reason the proposed solutions have not been implemented / merged into the codebase?

Hi, I started preparing a PR for [ updating bioconductor-methylkit,](https://github.com/fritjoflammers/bioconda-recipes/tree/methylkit_update_v1.34) whose current version is defunct due to package incompatibility but then saw this issue. So my newcomer question is whether...

Understood. I don't have the capacity to add more right now, but let me know if I can push my changes for methylkit to your PR.

I also used `shutil.copytree` inside some of my jobscripts and implemented my own shadowing that way. It might be worthwhile adding `dirs_exist_ok=True` to `copytree()` .