Error in code
Hi, I tried to run ClassifyCNV by Python3 from my Linux terminal, but the output told me that it was an error in position 4 with a decode byte 0xa8. I searched it in the web but I can't solve this problem. Could you assist me with this?
Hi! Could you please paste the full command you were running and the entire error message (full output from the terminal)?
Of course. The full command is: python3 ClassifyCNV.py --infile ../../MxGDAR_Nofilters.bed --GenomeBuild hg38 --precise
And the error message is:
ClassifyCNV.py Version 1.1.1
Traceback (most recent call last):
File "ClassifyCNV.py", line 821, in
Thank you. Would you mind also sharing the input file you are using (MxGDAR_Nofilters.bed)?
I'm sorry, but I'm not capable to share the input file. Although, I can describe you the structure of it. With the command xxd -b, I could visualize my file .bed, and I found a series of eight columns. In the first one I have eight digits (some of them could be letters) and then two points. Next, I have six columns with a code compounded by 0's and 1's and a final column with a security code (with points and other characters).
Could you please check that when viewing your input file as text, not as bit strings, the only characters within the file (besides empty space) are digits and words "chr", "DEL", "DUP"? The input file should look like this: https://raw.githubusercontent.com/Genotek/ClassifyCNV/master/Examples/1000Genomes.hg38.bed