Skip to content

Commit

Permalink
order preprocessing by accession column
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 27, 2024
1 parent e9a11f6 commit 29d5576
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class SubmissionDatabaseService(
.select(
where = { table.statusIs(RECEIVED) and table.isMaxVersion and table.organismIs(organism) },
)
.orderBy(table.accessionColumn)
.limit(numberOfSequenceEntries)
.map {
UnprocessedData(
Expand Down

0 comments on commit 29d5576

Please sign in to comment.