cnr-ibba / nf-resequencing-mem

Nextflow resequencing pipeline with bwa-mem and freebayes
MIT License
0 stars 0 forks source link

:zap: replace `picard/markduplicates` with `samtools/markdup` #71

Open bunop opened 5 months ago

bunop commented 5 months ago

According to samtools/markdup documentation, there are additional steps to be done before calling the markdup steps. This steps are performed by bam_markduplicates_samtools nf-core subworkflow, however they need to be performed before the sort step (that is done during alignment)