accessions in MLS not in Genebanks
Hi @slgora and @ColinKhoury to address the issue flagged on the beans document do this:
in script 1 before saving all_glis_data add this line of code to drop rows where INSTCODE is null
all_glis_data <- all_glis_data[!is.na(all_glis_data$INSTCODE), ]
apply this both to the first 15 crops and to the second batch of 15 crops test if it works well,
thanks ,
Peter