Corrected a plotting bug for big proteins.
When a protein is bigger than 3276 aa's, matplotlib can not plot it due to 2^16 horizontal pixel size limit. I changed plotGEMMEmatrix function and the way I call it to solve this problem. Now, the program will divide big proteins into 500 aa chuncks and plot it in that way.
Showing
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment