The SRA metadata output of the tb workflow does not have a specific column for division. However, we could parse division from the column called geo_loc_name_sam, which has entries in this format:
['Italy: Rome']
['Ethiopia: Addis Ababa']
['Australia:Victoria']
['USA:NY']
Parsing this column would allow us to color by division.
The SRA metadata output of the tb workflow does not have a specific column for
division. However, we could parsedivisionfrom the column calledgeo_loc_name_sam, which has entries in this format:['Italy: Rome']
['Ethiopia: Addis Ababa']
['Australia:Victoria']
['USA:NY']
Parsing this column would allow us to color by
division.