Skip to content

skip rmdups and peak calling steps if input is BAM #17

@aryarm

Description

@aryarm

Instead of FASTQs, users can provide their own BAM files as input to the pipeline. However, the current behavior still calls samtools to remove duplicates from the BAM files (and MACS2 to call peaks from them).

I could have it skip the duplicate removal steps if a BAM file is provided, instead. And I could have it skip the peak calling step if a BED file is provided with the BAM file.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions