Skip to content

Commit 1fb09b8

Browse files
authored
Merge pull request #35 from ISARICResearch/public-projects
allow public projects
2 parents 183505e + 524ec72 commit 1fb09b8

File tree

254 files changed

+5472
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+5472
-317
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# logs
22
app.log*
33

4+
#public project dir
5+
public-projects/*
6+
47
# Byte-compiled / optimized / DLL files
58
__pycache__/
69
*.py[cod]

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM python:3.11-slim
44
WORKDIR /app
55

66
# Upgrade pip and install pip-tools first
7-
RUN pip install --upgrade pip setuptools wheel
8-
RUN pip install pip-tools
7+
RUN pip install "pip<25" "setuptools<80" wheel
8+
RUN pip install "pip-tools==7.5.1"
99

1010
COPY pyproject.toml ./
1111

projects/ARChetypeCRF_dengue_synthetic/config_file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project_name": "ARChetype CRF Dengue (Synthetic)",
2+
"project_name": "(Analysis) ARChetype CRF Dengue",
33
"api_url": "https://ncov.medsci.ox.ac.uk/api/",
44
"api_key": "481093EAF0FD7947B1B40E53C374E350",
55
"map_layout_center_latitude": 6,

projects/ARChetypeCRF_h5nx_synthetic/config_file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project_name": "ARChetype CRF H5Nx (Synthetic)",
2+
"project_name": "(Analysis) ARChetype CRF H5Nx",
33
"api_url": "https://ncov.medsci.ox.ac.uk/api/",
44
"api_key": "825EE199496BE8F41B1CDBE335FBFB78",
55
"map_layout_center_latitude": 6,

projects/ARChetypeCRF_h5nx_synthetic_mf/config_file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project_name": "H5Nx Synthetic data",
2+
"project_name": "(Analysis) H5Nx Synthetic data",
33
"api_url": "https://ncov.medsci.ox.ac.uk/api/",
44
"api_key": "0D855E040CB0A5DEC78BCA9137BB65B3",
55
"vertex_dataframes_path": "vertex_patient_level_data/",

projects/ARChetypeCRF_mpox_synthetic/config_file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project_name": "ARChetype CRF mpox (Synthetic)",
2+
"project_name": "(Analysis) ARChetype CRF mpox",
33
"api_url": "https://ncov.medsci.ox.ac.uk/api/",
44
"api_key": "27B9F4C93C8C2BCDB4EFCA9DA8717DC0",
55
"map_layout_center_latitude": 6,
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
index,count,label,short_label
2+
unilateral,9,unilateral,unilateral
3+
homogenous cortex,6,homogenous cortex,homogenous cortex
4+
oval shape,6,oval shape,oval shape
5+
distinct hilum,5,distinct hilum,distinct hilum
6+
peri-nodal reaction,5,peri-nodal reaction,peri-nodal reaction
7+
distinct capsule,5,distinct capsule,distinct capsule
8+
blurred capsule,4,blurred capsule,blurred capsule
9+
round shape,3,round shape,round shape
10+
hypervascularity,2,hypervascularity,hypervascularity
11+
coalescence,1,coalescence,coalescence
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
index,count,label
2+
"('unilateral', 'distinct hilum', 'homogenous cortex', 'oval shape', 'distinct capsule')",3,"('unilateral', 'distinct hilum', 'homogenous cortex', 'oval shape', 'distinct capsule')"
3+
"('unilateral', 'distinct hilum', 'homogenous cortex', 'peri-nodal reaction', 'oval shape', 'distinct capsule')",1,"('unilateral', 'distinct hilum', 'homogenous cortex', 'peri-nodal reaction', 'oval shape', 'distinct capsule')"
4+
"('unilateral', 'homogenous cortex', 'hypervascularity', 'peri-nodal reaction', 'oval shape', 'blurred capsule')",1,"('unilateral', 'homogenous cortex', 'hypervascularity', 'peri-nodal reaction', 'oval shape', 'blurred capsule')"
5+
"('unilateral', 'distinct hilum', 'homogenous cortex', 'round shape', 'distinct capsule')",1,"('unilateral', 'distinct hilum', 'homogenous cortex', 'round shape', 'distinct capsule')"
6+
"('unilateral', 'peri-nodal reaction', 'coalescence', 'round shape', 'blurred capsule')",1,"('unilateral', 'peri-nodal reaction', 'coalescence', 'round shape', 'blurred capsule')"
7+
"('unilateral', 'hypervascularity', 'peri-nodal reaction', 'round shape', 'blurred capsule')",1,"('unilateral', 'hypervascularity', 'peri-nodal reaction', 'round shape', 'blurred capsule')"
8+
"('unilateral', 'peri-nodal reaction', 'oval shape', 'blurred capsule')",1,"('unilateral', 'peri-nodal reaction', 'oval shape', 'blurred capsule')"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"fig_id": "characteristics/fig_upset_CharacteristicsConfirme_day11",
3+
"fig_name": "fig_upset",
4+
"fig_arguments": {
5+
"title": "Intersection sizes of bubo characteristics",
6+
"suffix": "characteristics",
7+
"filepath": "",
8+
"save_inputs": false,
9+
"graph_id": "fig_upset_CharacteristicsConfirme_day11",
10+
"graph_label": "Day11: Cas confirmé",
11+
"graph_about": "Upset plot of sonographic characteristics detected among confirmed cases on D11"
12+
},
13+
"fig_data": [
14+
"characteristics/fig_upset_CharacteristicsConfirme_day11_data___0.csv",
15+
"characteristics/fig_upset_CharacteristicsConfirme_day11_data___1.csv"
16+
]
17+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
index,count,label,short_label
2+
unilateral,10,unilateral,unilateral
3+
oval shape,6,oval shape,oval shape
4+
homogenous cortex,5,homogenous cortex,homogenous cortex
5+
distinct capsule,5,distinct capsule,distinct capsule
6+
distinct hilum,4,distinct hilum,distinct hilum
7+
peri-nodal reaction,4,peri-nodal reaction,peri-nodal reaction
8+
blurry capsule,4,blurry capsule,blurry capsule
9+
round shape,3,round shape,round shape
10+
hypervascularity,2,hypervascularity,hypervascularity
11+
necrosis,1,necrosis,necrosis
12+
coalescence,1,coalescence,coalescence

0 commit comments

Comments
 (0)