본문 바로가기

BI

bedtools error해결 : ERROR: Received illegal bin number 4294967295 from getBin call.

bedtools subtract -a <VCF> -b <.bam> command를 썻는데 다음과 같은 에러를 만났다.

 

 

ERROR: Received illegal bin number 4294967295 from getBin call.

ERROR: Unable to add record to tree.

 

이유는 정말 단순했다. 

 

MS office로 만진 파일을 Unix에서 쓰려니까 문제가 발생한것..

 

해결법.

dos2unix file.txt

위의 명령어를 진행하면 해당 파일이 Unix format으로 converting이 진행된다.

 

이후 bedtools를 돌리면 해결 완료!!!