carnegie / PlantClusterFinder

GNU General Public License v3.0
14 stars 1 forks source link

ndex in position 2 exceeds array bounds. Index must not exceed 1. #7

Open Frybank opened 10 months ago

Frybank commented 10 months ago

Dear author, I have encountered such problems recently, and I am looking forward to your guidance Index in position 2 exceeds array bounds. Index must not exceed 1. Error in PlantClusterFinder>f_extract_results_with_header (line 4306) Error in PlantClusterFinder (line 976) MATLAB:badsubscript

Frybank commented 10 months ago

GAP output file is not generated properly

bxuecarnegie commented 10 months ago

Line 976 corresponds to reading your gene location file, so there might be an issue with the format of said fild.

Frybank commented 10 months ago

Line 976 corresponds to reading your gene location file, so there might be an issue with the format of said fild. Does this mean a header format problem? Warning: 'Gene_Name_____Gene_StartbpGene_Endbp__Chromosome_Name_Strand' exceeds MATLAB's maximum name length of 63 characters and has been truncated to 'Gene_Name___Gene_Startbp__Gene_Endbp__Chromosome_Name

bxuecarnegie commented 10 months ago

Yes, use tab delimited files for your gene position files. 1 tab between each column.

Frybank commented 10 months ago

Yes, use tab delimited files for your gene position files. 1 tab between each column. I am using awk to grab the generated glof file, the previous test of successful data, also do so,According to the error message, I wonder if there is a problem with the watch head? My watch head is tab-separated 微信图片_20231130145158

bxuecarnegie commented 10 months ago

I think there's definitely something with your header, if the lengths are correct, the script won't crop off "Strand", causing it to error since if cannot find the information. Try manually input the header and do it again.

Frybank commented 10 months ago

I think there's definitely something with your header, if the lengths are correct, the script won't crop off "Strand", causing it to error since if cannot find the information. Try manually input the header and do it again. Dear author, is there any of the following cases that the program runs completely and the output cluster has no data? The rubber and castor data I downloaded from ncbi, according to our process, did not get the output cluster

Frybank commented 10 months ago

I think there's definitely something with your header, if the lengths are correct, the script won't crop off "Strand", causing it to error since if cannot find the information. Try manually input the header and do it again. 微信图片_20231203124408 It seems that there is no N classification in the GAPOUT output, is there a problem with the data processing in this case? 1

bxuecarnegie commented 10 months ago

There are Ns in your screenshot. Please check if the scripts are missing N that are in your sequence or that your sequence lack gaps.