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
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,
Below is the snippet from error.
There is formetting error in .commands.sh file
Thank you