Project

General

Profile

Actions

Feature #521

closed

Convert gff_getevidence_map.py to use flatfile instead of MySQL

Added by Madeleine Ball about 13 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
High
Assigned To:
Target version:
-
Story points:
-

Description

This is the only remaining step of the genome processing that uses MySQL queries. If we want to be able to send processing jobs out to virtual machines, it should just needs some links to files, not a local MySQL instance. Also, these MySQL queries are slow, too, changing this is likely to greatly speed up this processing step (currently around 30-40% of total). Another cases of removing MySQL queries sped up processing nearly 40-fold (23968b27)

Probably the thing to do is use "latest-flat.tsv", which should be regularly generated by a cron job from the GET-Evidence MySQL database.


Related issues

Blocks GET-Evidence - Feature #426: Use compute cloud for back-end processingIn ProgressTom Clegg11/28/2010Actions
Actions #1

Updated by Ward Vandewege about 13 years ago

  • Blocking changed from 426 to #426
Actions #2

Updated by Ward Vandewege about 13 years ago

  • Blocking changed from #426 to issue #426
Actions #3

Updated by Ward Vandewege about 13 years ago

  • Blocking changed from issue #426 to 426
Actions #4

Updated by Madeleine Ball about 13 years ago

  • Assigned To set to Madeleine Ball
Actions #5

Updated by Madeleine Ball about 13 years ago

  • Status changed from In Progress to Resolved
  • Resolution set to fixed

Fixed by commit 940417cc

Non-substitution amino acid changes are still broken (variants will show up as insufficiently evaluated because no GET-Evidence match was found), but otherwise works fine.

Actions

Also available in: Atom PDF