Skip to content

Combine PicardMarkDuplicate and PicardRemoveDuplicate into single tool #197

@syansanofi

Description

@syansanofi

Is it possible to merge these two tools into a single one? For example:

picard MarkDuplicates REMOVE_DUPLICATES=true

can be used.

Is there another situation where we need a separate samtools call to mark the duplicate?

Additionally CREATE_INDEX=true can also be used to replace the indexing of duplicate reads

picard MarkDuplicates REMOVE_DUPLICATES=true --CREATE_INDEX=true

Metadata

Metadata

Assignees

Labels

dnaquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions