Age | Commit message (Expand) | Author |
2020-09-30 | Removed unused code from TempDataSet class...* wqflask/base/data_set.py - TempDataSet class contained some code
referring to the SQL DB, but temp traits aren't stored in the SQL DB anymore
| zsloan |
2020-08-28 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-27 | Remove redundant methods which are defined elsewhere...* wqflask/base/data_set.py: Delete "create_in_clause", and "mescape" which are
defined in "utility.db_tools"
| BonfaceKilz |
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
| BonfaceKilz |
2020-08-26 | Rename "unicode" to "str"...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-unicode>
| BonfaceKilz |
2020-08-25 | Fixed issue in DatasetType that caused an error when trying to load new...datasets
* wqflask/base/data_set.py - Added fetchone() to g.db.execute() which is
what was causing the error
| zsloan |
2020-08-20 | Handle module renames in the standard library...Run:
```
2to3-3.8 -f imports -w . && \
2to3-3.8 -f imports2 -w .
```
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-imports> and
<https://docs.python.org/2/library/2to3.html#2to3fixer-imports2>
| BonfaceKilz |
2020-08-20 | Disable python2 QTLReaper...* wqflask/base/data_set.py: Remove usage of "reaper" to load datasets
| BonfaceKilz |
2020-08-19 | Make Python more idiomatic...Run `2to3-3.8 -f idioms -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-idioms>
| BonfaceKilz |
2020-08-19 | Replace `izip` with python's built-in equivalent...Run `2to3-3.8 -f itertools -w . && 2to3-3.8 -f itertools_imports -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-itertools_imports>
and <https://docs.python.org/2/library/2to3.html#2to3fixer-itertools>
| BonfaceKilz |
2020-07-27 | Abstract away redundant code into set_dataset_key method...* wqflask/base/data_set.py (Dataset):
- Add set_dataset_key
- Remove __call__ method
| BonfaceKilz |
2020-07-27 | Use the correct redis instance inside object...* wqflask/base/data_set.py (DatasetType): Use object's redis instance
| BonfaceKilz |
2020-07-24 | Merge pull request #409 from BonfaceKilz/Build/add-tests...Build/add tests | zsloan |
2020-07-24 | Fixed queries that were wrongly returning Data IDs as Ns | zsloan |
2020-07-24 | Inject redis instance into DatasetType class...* wqflask/base/data_set.py(DatasetType):
- Rename Redis instance to r to avoid confusion and name collisions
- Inject the redis instance into Dataset_Types class to make it easier to test
- Rename Dataset_Types class to DatasetType class
| BonfaceKilz |
2020-07-24 | Apply autopep-8...* wqflask/base/data_set.py: Apply autopep-8
| BonfaceKilz |
2020-07-24 | Remove unused import | BonfaceKilz |
2020-06-22 | Fixed issue with temp traits not working for trait page functions like correl... | zsloan |
2020-06-17 | Adding all the authentication stuff | zsloan |
2020-05-07 | Fixed blatseq issue and geno correlation issueblatseq_fix | zsloan |
2020-05-07 | Committing current progress on group manager + a minor fix in dataset.py | zsloan |
2020-04-27 | Added timeout for when/if it does the REST API query, so it doesn't hang inde... | zsloan |
2020-04-27 | Made change that should allow dataset structure to be loaded from Redis inste... | zsloan |
2020-04-26 | Removed the code that was still writing the database menu JSON | zsloan |
2020-04-24 | Replaced hard-coded instances of GN2 urls with ones pulled from settings file | zsloan |
2020-04-24 | Made a fix that should prevent the issue where new datasets cause an error wh... | zsloan |
2020-04-06 | Added Mean column for phenotype traits in search and global search result tables | zsloan |
2020-03-27 | Fixed issue where GEMMA wasn't showing up for certain groups | zsloan |
2020-03-27 | Added integration for using RData files with R/qtl, plus some other changes t... | zsloan |
2020-02-07 | Users can now add and do mapping on genotype files that only include a subset......Also filtered the results used by Christian's genome browser, so now it should have an easier time loading when dealing with larger numbers of markers
| zsloan |
2019-12-04 | Added M to the possible non-number 'chromosome' names | zsloan |
2019-11-21 | Added 3-letter codes to unpublished phenotype traits and fixed issue with ord... | zsloan |
2019-11-14 | Changed code to rebuild dataset list each time you view the trait page to avo......Fixed logic for UniProt link to use UniProtId instead of protein ID
| zsloan |
2019-11-05 | Fixed issue with ordering items in correlation dataset select dropdown | zsloan |
2019-10-24 | Changed logic for generating drop-downs such that it shows the correct Phenot... | zsloan |
2019-10-18 | Added UniProt link and fixed issue that caused sample lists to not be formed ... | zsloan |
2019-07-23 | Added change to automatically update datasets list using rest api instead of ......Removed option to edit certain html pages, like news, policies, etc
| zsloan |
2019-06-24 | Got non-LOCO GEMMA mapping working with gemma-wrapper (so caching should work......Fixed position digits and row highlighting on interval analyst table
Updated default MAF to 0.05
Updated footer text
| zsloan |
2019-06-18 | Fixed issue with sorting involving 0's on trait page...Fixed links to dataset info pages in search results and correlation results pages
| zsloan |
2019-06-05 | Fixed issue that caused interval mapping to not work because the python imple......Fixed issue where the last chromosome wasn't displayed for mapping results (though still need to fix issue where points are drawn too far to the right when a specific range is viewed)
| zsloan |
2019-05-24 | Replaced qtlreaper Dataset object with python object | zsloan |
2019-03-18 | - Added PCA traits to correlation matrix. You can't change their names yet or......but you can click them and access them from the trait page. I'll add the option to access them from the corr matrix page as well,
but adding the option to change their names might be trickier since they're currently used as their Redis keys. I need some better
way of passing the Redis key around so it can be stored in collections, but this is tricky without changing the structure in ElasticSearch
- Fixed the way temp traits work so you can use them with various functions, like mapping, correlations, network graph, etc
- Fixed some appearance issue where the network graph options were too wide if a trait name was too long
| zsloan |
2019-02-13 | Removed pylmm references and related functions | Pjotr Prins |
2019-02-05 | Fixed issue with getting marker info that affected heatmap and possibly other......Added the collection page features (correlation matrix, network graph, third party link-outs, etc) to the search result and correlation result pages
| zsloan |
2019-01-11 | Got InDel working for Variant Browser...Changed Variant Browser to display gene name under "Domain" when the user searches a gene term and rows are mislabeled "Intergenic"
Fixed Chr option to display correct chromosomes for different species
Fixed order for correlation drop-down on trait page
Fixed some appearance issues with the mapping results table
Improved appearance of correlation scatterplot page
| zsloan |
2018-12-21 | Fixed collections so they can be very large (1000+ traits)...Added option to submit traits in collection to BNW
Fixed issue with "x" values for user-submitted traits
Fixed issue where post-publications descriptions were wrongly appearing in global search results
| zsloan |
2018-04-19 | Changed width of top bar and a couple other html objects to 100% instead of s......Changed to using BIMBAM files to build Marker objects in dataset.py
| zsloan |
2018-04-06 | Mapping figure output now gives more accurate information...Committing partway through removing a bunch of unused code/files just in case something necessary gets removed
| zsloan |
2017-12-20 | Bring in some earlier work - mostly documentation and startup handling | Pjotr Prins |