GMOD / mimosa

Miniature Model Organism Sequence Aligner
http://gmod.github.com/mimosa/
Artistic License 2.0
4 stars 2 forks source link

Support selecting multiple sequence sets to blast against #37

Closed leto closed 13 years ago

rbuels commented 13 years ago

Check box in the first column of the sequence set grid. User checks the boxes for the sequence sets that they want to align against. Or something like that.

leto commented 13 years ago

User selects multiple mimosa_sequence_sets, controller checks if this combination of seqset's already exists on disk, if not, creates them by concatenating them all and passing that to Bio::GMOD::Database.

leto commented 13 years ago
leto commented 13 years ago

Where is the best place to store the sha1 of the unioned/composite sequence set? The database or the filesystem?

leto commented 13 years ago

Consensus is that we will use the sha1 column on the mimosa sequence set table, which was just added in the multiseq branch.

leto commented 13 years ago

Modification: we will sort the mimosa_sequence_set_ids in increasing id order instead of by their names. We just need a specific ordering, and this one obviates the need to grab all the names from the database, then sort them.