Fritjof Lammers
Fritjof Lammers
### Description When running snakemake with micromamba a `CreateCondaEnvironmentException` should be raised (should it really? that is a different story... ;) However, the code `msg += ("lorem ipsum",) tries to...
- I've added a routine to compare checksums for downloaded files. - Output files in the test snakefiles are now ending with ".gz" to reflect the downloaded fileformat correctly. Ideally,...
Hi, would it be possible / make sense to assign the WriteMeta permission for each attribute in an entity? This way, datasets (packages) could be created that contain entities with...
### How to Reproduce Create a new entity in the Metadata Manager. version 8.1.8 built on 2019-06-20 19:50 ### Expected behavior The label of the new entity should be shown...
Hi, I am using pyvcf in a program to handle VCF files from SV callers. For the program MELT, I observed some strange behaviour. I can apply various filters while...
**Snakemake version** 7.30.1 **Describe the bug** When an input is a directory, `copy-minimal` fails due to the usage of `shutil.copy`, which expectedly throws an error in this case. Possibly using...