Skip to content

Missing "=" in mapdamage rescale command #934

@ashildv

Description

@ashildv

Check Documentation

I have checked the following places for your error:

Description of the bug

This is the command nf-core eager ran, there is missing equal sign here: " --rescale-length-5p 15"

From the .command.sh file:
#!/bin/bash -euo pipefail
mapDamage -i sample_rmdup.bam -r reference.fasta --rescale --rescale-out sample_rmdup_rescaled.bam --rescale-length-5p 15 --rescale-length-3p=15
samtools index sample_rmdup_rescaled.bam

Steps to reproduce

Steps to reproduce the behaviour:

  1. Command line: nextflow run ...
  2. See error: Please provide your error message

Expected behaviour

Log files

Have you provided the following extra information/files:

  • The command used to run the pipeline
  • The .nextflow.log file
  • The exact error:

System

  • Hardware:
  • Executor:
  • OS:
  • Version

Nextflow Installation

  • Version:

Container engine

  • Engine:
  • version:
  • Image tag:

Additional context

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions