Changeset [59972842cfcd29ea8915f9008a8545338831588f] by Robert Buels
November 1st, 2012 @ 11:53 AM
WIP on a sweeping moderization of track and store code:
replacing the loadSuccess/loadFail mechanism with dojo Deferreds,
making stores and tracks not have to be reinstantiated when
switching ref seqs, refactoring to make it possible to eventually
have ref seq information in some kind of more efficient store
https://github.com/GMOD/jbrowse/commit/59972842cfcd29ea8915f9008a85...
Committed by Robert Buels
- A src/JBrowse/Store/DeferredFeaturesMixin.js
- A src/JBrowse/Store/DeferredStatsMixin.js
- A src/JBrowse/Store/SeqFeature/NCList/Ref.js
- A src/JBrowse/Store/SeqFeature/NCList/Ref_v0.js
- M src/JBrowse/Browser.js
- M src/JBrowse/GenomeView.js
- M src/JBrowse/Store.js
- M src/JBrowse/Store/SeqFeature.js
- M src/JBrowse/Store/SeqFeature/BAM.js
- M src/JBrowse/Store/SeqFeature/BAM/Feature.js
- M src/JBrowse/Store/SeqFeature/BAM/File.js
- M src/JBrowse/Store/SeqFeature/NCList.js
- M src/JBrowse/Store/SeqFeature/NCList_v0.js
- M src/JBrowse/Store/Sequence/StaticChunked.js
- M src/JBrowse/Store/TiledImage/Fixed.js
- M src/JBrowse/View/Export.js
- M src/JBrowse/View/Export/BED.js
- M src/JBrowse/View/Export/FASTA.js
- M src/JBrowse/View/Export/GFF3.js
- M src/JBrowse/View/Export/Wiggle.js
- M src/JBrowse/View/Export/bedGraph.js
- M src/JBrowse/View/Track/BlockBased.js
- M src/JBrowse/View/Track/Canvas.js
- M src/JBrowse/View/Track/ExportMixin.js
- M src/JBrowse/View/Track/GridLines.js
- M src/JBrowse/View/Track/HTMLFeatures.js
- M src/JBrowse/View/Track/LocationScale.js
- M src/JBrowse/View/Track/Sequence.js
- M src/JBrowse/View/Track/Wiggle.js
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX Genome Browser