Alexander Peltzer

Results 90 issues of Alexander Peltzer

We could think about splitting BAMs as DeDup/MarkDup takes quite some time normally and use a `file.size>2GB` (or similar operator) to speed up things significantly. A subsequent merge would be...

DSL2

See here : https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-020-07229-y

enhancement
help wanted
feature

Examples are always like this: ``` Launching `nf-core/scrnaseq` [focused_einstein] - revision: ef3f49479f [dev] NOTE: Your local project version looks outdated - a different revision is available in the remote repository...

bug
help wanted

As suggested by @piotr-faba-ardigen , we should check this in the CI stuff.

enhancement

Dear all, we've been trying to use the checkqc container on quay.io that was created from the checkqc recipe and receive an error about interop not being installed properly: ```...

### Description of feature https://github.com/nf-core/modules/pull/2291 outlines how we will restructure to use `params.container_registry` for docker containers in the future, e.g. to allow using container mirrors from ECR or potentially other...

enhancement

### Description of feature We should have some way of setting up custom runners for events such as hackathons to speed up CI on such days. This is fairly easy,...

enhancement

### Description of the bug Lint error says I have to update Samtools: ![image](https://user-images.githubusercontent.com/2359510/194827164-0237a652-b470-456b-a914-31fbec2040ea.png) However, the conda handle has two different recipes listed: ![image](https://user-images.githubusercontent.com/2359510/194827352-9275faa4-61e0-424d-ba8c-60fbe5f7d90a.png) ### Command used and terminal output...

bug
infrastructure

### Description of the bug ``` Run nf-core -l lint_log.txt lint --dir ${GITHUB_WORKSPACE} --markdown lint_results.md ``` ```python Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.6.15/x64/bin/nf-core", line 5, in from nf_core.__main__ import...

bug
linting
high-priority

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