Update the logic for genome coordiante export to correctly deal with the new structure for coordinates. Previously, this would not export all sequences as it had a JOIN rather than a LEFT JOIN to fetch the mapped accessions. This lead to having only the coordintes which are provided, not all of them. This should be fixed now.
Update the logic for genome coordiante export to correctly deal with the new structure for coordinates. Previously, this would not export all sequences as it had a
JOIN
rather than aLEFT JOIN
to fetch the mapped accessions. This lead to having only the coordintes which are provided, not all of them. This should be fixed now.