Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cBioPortal/cbioportal
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgao committed Jul 3, 2016
2 parents 36d6e0b + a95dfa2 commit bf5396b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Build-from-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker network create cbio-net

##### B. Start a MySQL docker container:

In the following command, replace `/PATH/TO/cbioportal-seed.sql.gz` by the local filename of the seed database file `cbioportal-seed.sql.gz` on the host machine (you can [download the seed DB here](Downloads#seed-database)). This will automatically import it before starting the MySQL server if the database does not yet exist, which may take a while.
In the following command, replace `/PATH/TO/cbioportal-seed.sql.gz` by the local filename of the seed database file `cbioportal-seed.sql.gz` on the host machine (you can [download the seed DB here](Downloads.md#seed-database)). This will automatically import it before starting the MySQL server if the database does not yet exist, which may take a while.

```bash
docker run -d --name "cbioDB" \
Expand Down
6 changes: 3 additions & 3 deletions docs/File-Formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ The fusion metadata file should contain the following fields:
1. **cancer_study_identifier**: same value as specified in [study meta file](#cancer-study)
2. **genetic_alteration_type**: FUSION
3. **datatype**: FUSION
4. **stable_id**: fusion
4. **stable_id**: mutations
5. **show_profile_in_analysis_tab**: true.
6. **profile_name**: A name for the fusion data, e.g., "Fusions.".
7. **profile_description**: A description of the fusion data.
Expand All @@ -679,7 +679,7 @@ An example metadata file would be:
cancer_study_identifier: brca_tcga_pub
genetic_alteration_type: FUSION
datatype: FUSION
stable_id: fusion
stable_id: mutations
profile_description: Fusions.
show_profile_in_analysis_tab: true
profile_name: Fusions
Expand Down Expand Up @@ -975,4 +975,4 @@ rank<TAB>gene<TAB>N<TAB>n<TAB>p<TAB>q
1<TAB>RUNX1<TAB>1051659<TAB>29<TAB>1.11E-16<TAB>1.88E-12
2<TAB>PIK3CA<TAB>3200341<TAB>351<TAB><1.00e-15<TAB><2.36e-12
...
```
```

0 comments on commit bf5396b

Please sign in to comment.