run_all_postannotation has a problem with some of the annotIDs, mainly those attached to %coms
Examples
Example 1
*************************
Running Script: run_all_postannotation.rb on project: 27_11_sparse_code
*************************
Cell# 81: "0xb7d171" is not a valid id code (this id is not in the list of used IDs)
Cell# 82: "0x621e95" is not a valid id code (this id is not in the list of used IDs)
Script has finished running.
Example 2
*************************
Running Script: run_all_postannotation.rb on project: 14_08_sparse_code
*************************
Cell# 146: "0x3d62c1" is not a valid id code (this id is not in the list of used IDs)
Script has finished running.
Example 3
*************************
Running Script: run_all_postannotation.rb on project: 18_11_sparse_code
*************************
Cell# 22: "0xf96e8f" is not a valid id code (this id is not in the list of used IDs)
Cell# 163: "0x42bd86" is not a valid id code (this id is not in the list of used IDs)
Script has finished running.
Example 4
*************************
Running Script: run_all_postannotation.rb on project: 08_12_sparse_code
*************************
Cell# 184: "0x6d134a" is not a valid id code (this id is not in the list of used IDs)
Cell# 210: "0x723b04" is not a valid id code (this id is not in the list of used IDs)
Cell# 236: "0xed8f80" is not a valid id code (this id is not in the list of used IDs)
Script has finished running.
Analysis
- all of these cells are comments (%com); both point cells and non-point cells
- there are other %coms elsewhere throughout, and those received no complaint
- ran the script a few times, the complaints about these particular cells always appear every time
- all of these annotid's are indeed not listed in usedID.txt
- there used to be more of these not-a-valid-id-complaints, corresponding to %pho cells. but since all %pho cells got deleted recently, all of those complaints disappeared
run_all_postannotationhas a problem with some of the annotIDs, mainly those attached to %comsExamples
Example 1
Example 2
Example 3
Example 4
Analysis