Spaces:
Running
Running
Merge branch 'master'
Browse files- README.md +4 -4
- modules/atac_rna_data_processing +1 -1
- modules/proscope +1 -1
README.md
CHANGED
@@ -35,16 +35,16 @@ data
|
|
35 |
git clone --recursive [email protected]:fuxialexander/getdemo.git
|
36 |
cd getdemo
|
37 |
docker pull fuxialexander/getdemo:latest
|
38 |
-
docker run -it -v "/path/to/data:/data" --rm -p
|
39 |
-
or
|
40 |
singularity run -w --bind /manitou/pmg/users/xf2217/getdemo:/app --bind /manitou/pmg/users/xf2217/demo_data:/data --bind /pmglocal/xf2217/tmp:/tmp --no-home --pwd /app getdemo
|
41 |
```
|
42 |
-
The gradio interface will be available at http://127.0.0.1:
|
43 |
|
44 |
# Build
|
45 |
```bash
|
46 |
git clone --recursive [email protected]:fuxialexander/getdemo.git
|
47 |
cd getdemo
|
48 |
docker build -t getdemo .
|
49 |
-
docker run -it -v "/path/to/data:/data" --rm -p
|
50 |
```
|
|
|
35 |
git clone --recursive [email protected]:fuxialexander/getdemo.git
|
36 |
cd getdemo
|
37 |
docker pull fuxialexander/getdemo:latest
|
38 |
+
docker run -it -v "/path/to/data:/data" --rm -p 7860:7860 fuxialexander/getdemo
|
39 |
+
# or
|
40 |
singularity run -w --bind /manitou/pmg/users/xf2217/getdemo:/app --bind /manitou/pmg/users/xf2217/demo_data:/data --bind /pmglocal/xf2217/tmp:/tmp --no-home --pwd /app getdemo
|
41 |
```
|
42 |
+
The gradio interface will be available at http://127.0.0.1:7860, a sharable link will be printed in the terminal.
|
43 |
|
44 |
# Build
|
45 |
```bash
|
46 |
git clone --recursive [email protected]:fuxialexander/getdemo.git
|
47 |
cd getdemo
|
48 |
docker build -t getdemo .
|
49 |
+
docker run -it -v "/path/to/data:/data" --rm -p 7860:7860 getdemo
|
50 |
```
|
modules/atac_rna_data_processing
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 3a424cad420df8dfc24c96e6962339c3d2c987d9
|
modules/proscope
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 9c773dc1e51de0eb626fefed780f90ee1f041fb2
|