MCScanX icon indicating copy to clipboard operation
MCScanX copied to clipboard

Reading gff error: For input string: "2147774468"

Open limengchen628 opened this issue 2 years ago • 2 comments

Hello, I used MCScanX to analyze, i've prepared the necessaries files following the manual yet my data and example data. When I use circle_plotter to draw pictures, the example data is working, but my data doesn't work. This is my log data:

java circle_plotter -g Po.gff -s Po.collinearity -c circle.ctl -o exam3.png #error message Reading gff error: For input string: "2147774468" Exception in thread "main" java.lang.NullPointerException at circle_plotter.paint(circle_plotter.java:142) at circle_plotter.main(circle_plotter.java:262)

I could not find any other response regarding this problem. Anyone knows what sorcery I must make to put the program to work?

Thanks

limengchen628 avatar Dec 09 '22 16:12 limengchen628

How did you even managed to get the .collinearity output from MCScanX. I am using my .blast and .gff (chr gene start stop) as input, but I get 0 matches. Others are reporting the same issue. Your input would help a lot! Cheers

thesnakeguy avatar Jan 10 '23 11:01 thesnakeguy

I'm having the same issue with MCscanX, it seems that when the sequence length of a chromosome is greater than 2^31=2.14 Gb, the program doesn't recognize it. How can I do it so that the program can read longer sequence lengths

cui-yutong avatar Dec 22 '23 12:12 cui-yutong