You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It runs well in the non-basecalling, non-demultiplexing, non-alignment pipeline. However, it not runs well in the non-basecalling, non-demultiplexing pipeline. The test dataset is from nf-core/test-datasets. The version of nanoseq is v2.01. Code is as follows:
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 process NFCORE_NANOSEQ:NANOSEQ:QCFASTQ_NANOPLOT_FASTQC:NANOPLOT (MCF7_R1)
"
The text was updated successfully, but these errors were encountered:
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)
"
The text was updated successfully, but these errors were encountered: