Open wdiao-zju opened 2 years ago
I'm seeing a similar issue with other nanoplot processes:
Error executing process > 'NFCORE_NANOSEQ:NANOSEQ:QCBASECALL_PYCOQC_NANOPLOT:NANOPLOT (sample1)'
Caused by: Missing output file(s)
summary/*.png
expected by processNFCORE_NANOSEQ:NANOSEQ:QCBASECALL_PYCOQC_NANOPLOT:NANOPLOT (sample1)
nextflow run nf-core/nanoseq \ --input samplesheet_nobc_nodx.csv \ --protocol cDNA \ --skip_basecalling \ --skip_demultiplexing \ --max_cpus 40 \ --max_memory 100.GB \ -profile docker
Error information is as follows (Note: the subsequent process such as alignment is okay, and I found only html file not png file in work/"hash dir"/fastq/MCF7_R1): " Error executing process > 'NFCORE_NANOSEQ:NANOSEQ:QCFASTQ_NANOPLOT_FASTQC:NANOPLOT (MCF7_R1)'
Caused by: Missing output file(s)
fastq/MCF7_R1/*.png
expected by processNFCORE_NANOSEQ:NANOSEQ:QCFASTQ_NANOPLOT_FASTQC:NANOPLOT (MCF7_R1)
"