methylseq icon indicating copy to clipboard operation
methylseq copied to clipboard

Support multiple bed files for targeted sequencing analysis

Open bounlu opened this issue 2 months ago • 0 comments

Description of feature

For the targeted sequencing analysis, I have multiple target regions for different features and I want to check metrics for them separately. I want to provide multiple bed files with --target_regions_file and I would like to see a separate section in MultiQC for each of them.

something like this: --target_regions_file regions1.bed --target_regions_file regions2.bed --target_regions_file regions3.bed

or even better like this: --target_regions_file regions1.bed,regions2.bed,regions3.bed

bounlu avatar Oct 27 '25 01:10 bounlu