forked from NationalGenomicsInfrastructure/genomics-status
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,559 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.12 | ||
- 'conda-forge::pango>=1.42.0' | ||
- 'conda-forge::pandas>=1.3.2' | ||
- conda-forge::psycopg2 | ||
- conda-forge::open-fonts | ||
- conda-forge::xorg-libxrender | ||
- conda-forge::xorg-libxext | ||
- conda-forge::xorg-libxau | ||
- pango>=1.42.0 | ||
- pandas>=1.3.2 | ||
- psycopg2 | ||
- open-fonts | ||
- xorg-libxrender | ||
- xorg-libxext | ||
- xorg-libxau | ||
- pip: | ||
- '-r requirements.txt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
ipdb | ||
pipreqs | ||
ruff | ||
selenium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
{% extends 'base.html' %} | ||
{% block stuff %} | ||
<div id="page_content"> | ||
<h1>Element BioSciences (AVITI) run <span id="page_title"></span></h1> | ||
<div>Under construction. This page should contain information about a single element biosciences run.</div> | ||
<div id="element_vue_app"> | ||
<v-element-flowcell ngi_run_id="{{ngi_run_id}}"/> | ||
</div> | ||
{% end %} | ||
|
||
{% block js %} | ||
|
||
<script src="/static/js/vue.v3.2.47.global.prod.js"></script> | ||
<script src="/static/js/axios.v1.3.4.min.js"></script> | ||
<script src="https://code.highcharts.com/highcharts.js"></script> | ||
<script src="/static/js/element_flowcell.js?v={{ gs_globals['git_commit'] }}"></script> | ||
|
||
{% end %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.