aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-15Edited html for index pagezsloan
2021-12-14Removed min-width from container div, since it seems to have preventd ↵zsloan
horizontal scrolling when the window is small
2021-12-14Includes dataset name when creating SimpleNamespace dataset_ob, since it's ↵zsloan
needed during authentication
2021-12-13Fixes issue that caused LRS searches that specify position to not work ↵zsloan
properly; the queries had to be changed after integrating the change that also pulls the Max LRS info in the original query
2021-12-13pep8 formattingAlexander Kabui
2021-12-13modify endpoint for test wgcnaAlexander Kabui
2021-12-13modify template to show error generatedAlexander Kabui
2021-12-13handle connection error & other exceptionsAlexander Kabui
2021-12-13parse powers to use from form dataAlexander Kabui
2021-12-13add new endpoint:for test gn3 wgcnaAlexander Kabui
2021-12-07Made some changes to the index page HTMLArthur Centeno
2021-12-03Add mapping_scale to mapping_results.html forum inputszsloan
2021-12-03Properly set start position for cM mapping, to prevent overflow + remove ↵zsloan
some unnecessary commented out lines
2021-12-03Make sure mapping_scale is always physic when using GEMMAzsloan
2021-12-03Prevent points prior to the X axis from being displayed in mapping figure ↵zsloan
when zoomed into a sub-range on a chromosome
2021-12-02Gave the twitter feed div a background color to make it more visually ↵zsloan
distinct from surrounding content + removed top margin from ul elements that was added by uikit
2021-12-02Moved the UIkit CSS from base.html to index_page.html (btw Arthur, never add ↵zsloan
CSS files to base.html - it makes their styling apply to every single GN page)
2021-12-02Removed colons from Links headers and removed margin-bottom for H2 elementszsloan
2021-12-02Made Affiliates a subcategory of Linkszsloan
2021-12-02Changed index pagee HTML to be more consistent, adding indentation, removed ↵zsloan
commented out HTML
2021-12-02Increased min-width for showtrait-main-div to prevent mapping description ↵zsloan
text from overflowing
2021-12-02Increased mid-width for container element for mapping figure to prevent it ↵zsloan
from shrinking when the browser window is smaller (which prevents the links, etc, from overlapping properly with the image)
2021-12-01Figure out that we are using the wrong db_webqtl_s!Pjotr Prins
2021-12-01Introduce GN3_PYTHONPATH environment variablePjotr Prins
2021-11-27display_files.html: Place "approved" before "rejected" sectionBonfaceKilz
2021-11-25wqflask: metadata_edits: Support deletions and insertions from csvBonfaceKilz
2021-11-25Remove useless commentBonfaceKilz
2021-11-25Delete noisy loggingBonfaceKilz
2021-11-24Merge pull request #624 from Alexanderlacuna/feature/correlation-optimization2BonfaceKilz
Feature/correlation optimization2
2021-11-23wqflask: metadata_edits: Sort files from most recentBonfaceKilz
2021-11-23wqflask: metadata_edits: Remove "\n\n" check with something elseBonfaceKilz
In excel, "\n\n" is replaced with ",,,," and this leads to a value error.
2021-11-23wqflask: views: Make error messages properly formattedBonfaceKilz
2021-11-23fix for overwriting fileAlexander Kabui
2021-11-23resolve merge conflictsAlexander Kabui
2021-11-23pep8 formatting remove dead variablesAlexander Kabui
2021-11-23merge commit :added some logic that takes into account corr_sample_group ↵Alexander Kabui
when determining which samples to use when getting sample_data
2021-11-19Feature/fix wgcna api path (#630)Alexander Kabui
* add correct path gn3 api endpoint * remove ununsed dependencies;replace libraries with ones from guix * replace xterm cdn libs
2021-11-18Merge pull request #635 from acenteno/testingzsloan
Testing
2021-11-18update base by ACArthur Centeno
2021-11-18Update index_page by ACArthur Centeno
2021-11-18Updating tutorials by AC 11-18-21Arthur Centeno
2021-11-18Updating tutorials by AC on 11-18-21Arthur Centeno
2021-11-18Merge github.com:genenetwork/genenetwork2 into current_productionArthur Centeno
2021-11-18AC Updating base, index_page and tutorials on 11-18-21Arthur Centeno
2021-11-18refactor code for metadataAlexander Kabui
2021-11-18remove unused functions rename function namesAlexander Kabui
2021-11-18pep8 formatting;minor fixesAlexander Kabui
2021-11-17Changed the URL for editing trait metadata to use the dataset group ID ↵zsloan
instead of the PublishFreezeId
2021-11-17Fix issue where gene global search throws an error due to some traits not ↵zsloan
having a gene symbol (not sure why they don't in the DB, but the code defaults it to N/A now)
2021-11-17Merge pull request #634 from zsloan/bug/fix_gene_gsearchzsloan
Fix gene global search