Skip to content

Error in picard markduplicates step #96

@nilesh-tawari

Description

@nilesh-tawari

Hi @apeltzer,

Thanks for the wonderful pipeline. I am trying to use pipeline for mordern DNA analysis. While running I encountered error in picard markduplicates step:

Below is the command used to run pipeline,

nextflow run nf-core/eager  --pairedEnd --reads '*_R{1,2}_001.fastq.gz' -c ~/.nextflow/config-eager --fasta genome.fa --saveReference --skip_damage_calculation --bwamem --dedupper markdup

Below is the snippet from error.


Command executed:

  picard MarkDuplicates INPUT=sample.sorted.bam.filtered.bam OUTPUT=sample.sorted.bam.filtered.markDup.bam REMOVE_DUPLICATES=TRUE AS=TRUE METRICS_FILE=sample.sorted.bam.filtered.markdup.metrics" VALIDATION_STRINGENCY=SILENT

Command exit status:
  2

Command output:
  (empty)

Command error:
  .command.sh: line 2: unexpected EOF while looking for matching `"'

There is formetting error in .commands.sh file

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions