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를 돌리면 해결 완료!!!
'BI' 카테고리의 다른 글
reference build version 바꾸기(hg38 to hg19, hg19 to hg38) (1) | 2021.12.03 |
---|---|
바이오, 제약 산업군에서 AI의 위치. (0) | 2021.11.16 |
에러해결 KeyError : get_loc error / pandas._libs.index.IndexEngine.get_loc() (0) | 2021.02.01 |
bedtools 에러해결 Error: unable to open file or unable to determine types for file.(부제 - bedtools에서 사용할 수 있는 파일 포맷) (0) | 2021.01.15 |
NGS 데이터분석 1 -예제 데이터로 분석해보기(SRR8241280~1) (2) | 2020.11.26 |