broadinstitute / palantir-workflows

Utility workflows for the DSP hydro.gen team (formerly palantir)
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

Add utility for creating IGV session from list of bams, vcfs, intervals #145

Closed rickymagner closed 1 year ago

rickymagner commented 1 year ago

A very short PR to add a utility for automating the process of creating an IGV session XML given (optional) list of bams, vcfs, or interval files (.interval_list or .bed). Also takes in a ref_fasta to customize the reference track.

This is meant to replace a task used in BenchmarkVCFs.wdl and will be imported in a future version of our benchmarking scripts, but wanted to separate this task out so other folks can easily drop it into their workflows.