abra icon indicating copy to clipboard operation
abra copied to clipboard

Errors without BED file

Open adammaikai opened this issue 10 years ago • 1 comments

Is there a way to perform realignment without the use of a BED file, for example, in WGS cases? Thank you.

adammaikai avatar Sep 01 '15 23:09 adammaikai

Currently, a bed file is always required. A workaround is to simply specify all chromosomes with a range of 1 to chromosome length in the bed file. For example, for HPV we use: NC_001357.1 1 7857 NC_001526.2 1 7905

ABRA does not currently scale well to human WGS. For our very limited WGS testing we split up BAM files by chromosome and ran ABRA on each independently. Unfortunately, even that does not scale well - WGS has simply not been a common use case for us to date.

mozack avatar Sep 02 '15 13:09 mozack