Skip to content

Commit

Permalink
Merge pull request #11305 from zainasir/fix/importer-docs
Browse files Browse the repository at this point in the history
update file paths in data import scripts documentation
  • Loading branch information
zainasir authored Dec 26, 2024
2 parents ca03fa7 + 57fe085 commit 8e7fcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/docker/import_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ These are the commands for importing `study_es_0` gene panels (`data_gene_panel_
```shell
docker compose run \
cbioportal \
bash -c 'cd /cbioportal/core/src/main/scripts/ && ./importGenePanel.pl --data /cbioportal/core/src/test/scripts/test_data/study_es_0/data_gene_panel_testpanel1.txt'
bash -c 'cd /core/scripts/ && ./importGenePanel.pl --data /cbioportal/core/src/test/scripts/test_data/study_es_0/data_gene_panel_testpanel1.txt'
```

```shell
docker compose run \
cbioportal \
bash -c 'cd /cbioportal/core/src/main/scripts/ && ./importGenePanel.pl --data /cbioportal/core/src/test/scripts/test_data/study_es_0/data_gene_panel_testpanel2.txt'
bash -c 'cd /core/scripts/ && ./importGenePanel.pl --data /cbioportal/core/src/test/scripts/test_data/study_es_0/data_gene_panel_testpanel2.txt'
```

#### Step 2 - Import data
Expand Down

0 comments on commit 8e7fcea

Please sign in to comment.