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
Since the last update 2.0.0 the Nanoplot command expect a .png output but this output format was removed from version 1.1.1 to 2.0.0. I solved the issue by removing the png output line in the modules/local/nanoplot.nf
Description of the bug
Since the last update 2.0.0 the Nanoplot command expect a .png output but this output format was removed from version 1.1.1 to 2.0.0. I solved the issue by removing the png output line in the modules/local/nanoplot.nf
Steps to reproduce
Steps to reproduce the behaviour:
Error executing process > 'NFCORE_BACASS:BACASS:NANOPLOT (NS45)'
Caused by:
Missing output file(s)
*.png
expected by processNFCORE_BACASS:BACASS:NANOPLOT (NS45)
Command executed:
NanoPlot
-t 2
--fastq 2111-DK-l1-001.fastq
echo $(NanoPlot --version 2>&1) | sed 's/^.NanoPlot //; s/ .$//' > nanoplot.version.txt
Command exit status:
0
Command output:
(empty)
Work dir:
/home/sysgen/Desktop/ncct-projects/2201-Kostner-Assembly/work/b6/5ee3ce889e000a378cc359d94da18a
Tip: view the complete command output by changing to the process work dir and entering the command
cat .command.out
Expected behaviour
I would expect that the Nanoplot process produce different output formats for the length distribution and similar statistics of my long reads
Log files
Have you provided the following extra information/files:
.nextflow.log
file can be found in my fork of the bacass pipeline (https://github.com/jenmuell/bacass)System
Nextflow Installation
Container engine
Additional context
The text was updated successfully, but these errors were encountered: