tjbencomo / ngs-pipeline

Pipeline for Somatic Variant Calling with WES and WGS data
MIT License
20 stars 4 forks source link

Add ability to handle custom read groups #35

Closed tjbencomo closed 4 years ago

tjbencomo commented 4 years ago

Currently combine_fqs uses {sample}.{type} as the read group (RG) for each BAM file. Users may want to specify their own read groups. The best way to handle this would be to add a new field in units.csv and then create a function get_read_group in in common.smk that can get the RG depending on the sample.

tjbencomo commented 4 years ago

Same goal as #42