Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nanoplot expect png output in hybrid assembly mode #69

Open
2 tasks done
jenmuell opened this issue Jan 19, 2022 · 0 comments
Open
2 tasks done

Nanoplot expect png output in hybrid assembly mode #69

jenmuell opened this issue Jan 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jenmuell
Copy link

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:

  1. Command line: NXF_VER=21.04.1 nextflow run nf-core/bacass -r 2.0.0 --input samplesheet-bacass.csv --kraken2db ~/db/kraken/k2_pluspf_16gb_20210127.tar --annotation_tool dfast --assembly_type hybrid -profile docker --outdir results
  2. See error:
    Error executing process > 'NFCORE_BACASS:BACASS:NANOPLOT (NS45)'

Caused by:
Missing output file(s) *.png expected by process NFCORE_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:

System

  • Hardware: HPC/Desktop
  • Executor: local
  • OS: Linux
  • Version 18.04

Nextflow Installation

  • Version:

Container engine

  • Engine: Docker
  • version: 20.10.11

Additional context

@jenmuell jenmuell added the bug Something isn't working label Jan 19, 2022
@drchriscole drchriscole mentioned this issue Jan 20, 2022
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant