nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

A DSL for data-driven computational pipelines

Results 407 nextflow issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce: 1. Create a `bin` directory and add a `.gitkeep` file to instruct git to track it (example here https://github.com/abhi18av/hello/tree/empty-bin) 2. Run the pipeline on S3 backed...

kind/bug

Tested in local and all seems to work closes #2492 Signed-off-by: Jorge Aguilera

Hi!, I'm having issues figuring out a bug within my code. While I produce a file_pair channel using the Channel.fromFilePairs al follow: "ch_fastq_file_path = Channel.fromFilePairs( params.fastq_file_path + '/*.R{1,2}.fastq.gz',checkIfExists:true) " When...

- Add -f, -fields to log CLI help - Remove whitespace - Fix typo in aws.rst

Fusion support for the azure batch task handler is trickier because much of the task logic (container options, environment vars, submit command) are handled in a separate class `AzBatchService`. So...

The strategy here is to create a secondary wrapper script that generates the container launch command, and pipes this script into the executor submit command. Just need to confirm that...

Currently, Nextflow is not compiling scripts with debug information and parsing all scripts as text so the GroovyCompiler is not able to include variable names in the generated binary This...