Skip to content

Commit a22530a

Browse files
Merge pull request #17 from c3g/chore/sd4h-prod
update for SD4H deployment
2 parents db0b17f + 2b7ec63 commit a22530a

File tree

7 files changed

+2937
-2200
lines changed

7 files changed

+2937
-2200
lines changed

client/package-lock.json

Lines changed: 2080 additions & 1708 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flu-infection-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"dependencies": {
66
"@redux-devtools/extension": "^3.2.6",
@@ -43,6 +43,7 @@
4343
],
4444
"devDependencies": {
4545
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
46+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4647
"@babel/preset-env": "^7.23.6",
4748
"@babel/preset-react": "^7.23.3",
4849
"babel-loader": "^9.1.3",

epivar-prod/docker-compose.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ services:
3939
- ./node1/about.md:/app/data/about.md
4040
- ./node1/config.js:/app/config.js:ro
4141
# genotypes: VCF + index file
42-
- /flu-infection-data/node1/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.vcf.gz:/app/data/genotypes.vcf.gz:ro
43-
- /flu-infection-data/node1/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.vcf.gz.tbi:/app/data/genotypes.vcf.gz.tbi:ro
42+
- /data/flu-infection-data/node1/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.vcf.gz:/app/data/genotypes.vcf.gz:ro
43+
- /data/flu-infection-data/node1/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.vcf.gz.tbi:/app/data/genotypes.vcf.gz.tbi:ro
4444
# peaks files
45-
- /flu-infection-data/node1/matrices:/app/input-files/matrices:ro
46-
- /flu-infection-data/node1/qtls:/app/input-files/qtls:ro
45+
- /data/flu-infection-data/node1/matrices:/app/input-files/matrices:ro
46+
- /data/flu-infection-data/node1/qtls:/app/input-files/qtls:ro
4747
# tracks:
4848
# - metadata JSON file,
4949
- ./node1/metadata.json:/app/data/metadata.json:ro
5050
# - sample bigWigs,
51-
- /flu-infection-data/ATACseq:/tracks/ATACseq:ro
52-
- /flu-infection-data/H3K27ac:/tracks/H3K27ac:ro
53-
- /flu-infection-data/H3K27me3:/tracks/H3K27me3:ro
54-
- /flu-infection-data/H3K4me1:/tracks/H3K4me1:ro
55-
- /flu-infection-data/H3K4me3:/tracks/H3K4me3:ro
56-
- /flu-infection-data/RNAseq:/tracks/RNAseq:ro
51+
- /data/flu-infection-data/ATACseq:/tracks/ATACseq:ro
52+
- /data/flu-infection-data/H3K27ac:/tracks/H3K27ac:ro
53+
- /data/flu-infection-data/H3K27me3:/tracks/H3K27me3:ro
54+
- /data/flu-infection-data/H3K4me1:/tracks/H3K4me1:ro
55+
- /data/flu-infection-data/H3K4me3:/tracks/H3K4me3:ro
56+
- /data/flu-infection-data/RNAseq:/tracks/RNAseq:ro
5757
# - writeable volume for on-the-fly merged tracks,
58-
- /flu-infection-data/node1/mergedTracks:/mergedTracks
58+
- /data/flu-infection-data/node1/mergedTracks:/mergedTracks
5959
# - other static tracks for showing in the UCSC browser.
6060
- ./node1/ucsc.other-tracks.txt:/app/data/ucsc.other-tracks.txt:ro
6161

@@ -100,18 +100,18 @@ services:
100100
- ./node2/about.md:/app/data/about.md
101101
- ./node2/config.js:/app/config.js:ro
102102
# genotypes: VCF + index file
103-
- /flu-infection-data/node2/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.GRCh38.vcf.gz:/app/data/genotypes.vcf.gz:ro
104-
- /flu-infection-data/node2/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.GRCh38.vcf.gz.tbi:/app/data/genotypes.vcf.gz.tbi:ro
103+
- /data/flu-infection-data/node2/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.GRCh38.vcf.gz:/app/data/genotypes.vcf.gz:ro
104+
- /data/flu-infection-data/node2/allSamples.hc.vqsr.mil.snpId.snpeff.dbnsfp.GRCh38.vcf.gz.tbi:/app/data/genotypes.vcf.gz.tbi:ro
105105
# peaks files
106-
- /flu-infection-data/node2/matrices:/app/input-files/matrices:ro
107-
- /flu-infection-data/node2/qtls:/app/input-files/qtls:ro
106+
- /data/flu-infection-data/node2/matrices:/app/input-files/matrices:ro
107+
- /data/flu-infection-data/node2/qtls:/app/input-files/qtls:ro
108108
# tracks:
109109
# - metadata JSON file,
110110
- ./node2/metadata.json:/app/data/metadata.json:ro
111111
# - sample bigWigs,
112-
- /flu-infection-data/node2/tracks:/tracks:ro
112+
- /data/flu-infection-data/node2/tracks:/tracks:ro
113113
# - writeable volume for on-the-fly merged tracks,
114-
- /flu-infection-data/node2/mergedTracks:/mergedTracks
114+
- /data/flu-infection-data/node2/mergedTracks:/mergedTracks
115115
# - other static tracks for showing in the UCSC browser.
116116
# *** NONE FOR NODE 2 ***
117117

0 commit comments

Comments
 (0)