Andrew Birnberg
Andrew Birnberg
Not sure I'm missing something super obvious, but is `each` supported in DSL2? The following doesn't work: ```nextflow nextflow.enable.dsl=2 numbers = Channel.of(1, 2, 3) letters = Channel.of('A', 'B') process test...
## New feature Currently, when using `publishDir` to send results to an `s3` destination, all of the files are getting the `Content-Type` set to `application/octet-stream`. This is fine for data...
I am working with data that uses two UMIs for paired end reads. One UMI was included as part of index 1 and the other as part of index 2....
I'm using a local deployment of nf-tower via docker compose and running into a strange authentication issue. I am able to generate tokens, receive the email notification with a login...
Refgenie looks like a great project that solves a very important problem in production bioinformatics work. Coworkers have given it great reviews. I would love to adopt it to manage...
This relates to #2963 but I wanted to create a separate issue as it is a very different method to update metadata in packages. I'm posting this here as an...
I'm using the Quilt API in my own code and have found testing package logic to be a challenge without polluting my default local registry. The problem comes from the...
I was hoping to use the Quilt CLI to move an unmaterialized package from my local registry to S3 and found that the `push` command couldn't do what I was...
Hi @lukfor, as always, thanks for creating and maintaining this great tool. I only just realized this is a feature in Nextflow, but unnamed workflows can also have `main` and...
Hello! As always, thank you for the excellent work on this tool. It's really taken Nextflow development to the next level (😝). However, I'd like to suggest a change to...