Open cimendes opened 5 years ago
If i disable the trace file in the nextflow.config
, it works (until it dies because trace files are a necessary thing!). Removing either of trace file fields makes no difference. This problem occurs with either container software.
The source of this issue has been identified and an issue has been opened in nextflow repository. See https://github.com/nextflow-io/nextflow/issues/1289
All FlowCraft pipelines have been failing in the latest version of nextflow (installed through conda). The errors are fairly general.
For example I created a simple pipeline with just one component with
flowcraft build -t "fastqc" -o fastqc
and ran it withnextflow run fastqc.nf -profile docker
on a single sample. This was my output:When looking at the
.command.log
files of each fastqc process, we obtain the following:The bash errors thrown are not very informative and I still haven't been able to figure out what is the underlying cause. This pipeline works well with previous versions of nextflow (tested with 18.10.1).
Input on this issue is very welcomed!