RNAcentral / rnacentral-import-pipeline

RNAcentral data import pipeline
Apache License 2.0
2 stars 0 forks source link

Blake/rna 533 fix genome coordinate export #204

Closed blakesweeney closed 3 months ago

blakesweeney commented 3 months ago

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.