Bedtools subtract not dealing well with large datasets
1
1
Entering edit mode
9.9 years ago
roll ▴ 350

I am using bedtools subtract with large datasets and it keeps crashing, giving the following error

terminate called after throwing an instance of 'std::bad_alloc'

Is there a way to get over this problem in bedtools?

Alternatively is there any other way to find non-overlapping regions for two bed files?

thanks

software-error bedtools • 2.8k views
ADD COMMENT
0
Entering edit mode

Watch the process in another terminal window with "top". std::bad_alloc sounds like a memory error, maybe it used all of your memory then ran out? Pre-sorting both lists might help.

ADD REPLY
2
Entering edit mode
9.9 years ago
roll ▴ 350

bedtools intersect -v

ADD COMMENT

Login before adding your answer.

Traffic: 2735 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6