popitsch/nanopanel2

Regions of interest Bed

Closed this issue · 1 comments

In the block diagram it lists a regions of interest bed as an optional input file but I can't see how to specify it. There is a line in the config for roi_intervals though.
Is it possible to supply a bed file of individual snp locations to only call snps at those positions?

In the config, you can either specify a list of genomic intervals ("roi_intervals": ['chr1:1-2','chr2:3-4']) or a BED file ("roi_file": "myfile.bed") which will override the 'roi_intervals' configuration. Usually this is done to exclude regions at the amplicon borders.