Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesh-tawari committed Jul 17, 2017
1 parent 892f0e1 commit 95820f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/custom_db_example/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Run following command to generate interactive plots in html

`chronqc plot -db chronqc_custom_db.sqlite -json config.json -panel Somatic`

The types of created plots and their properties are specified in "config.json" file. For details on creating the config file visit [documentation] (https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
The types of created plots and their properties are specified in "config.json" file. For details on creating the config file visit [documentation](https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
Interactive html report is created under `chronqc_output`.

2 changes: 1 addition & 1 deletion examples/multiqc_example_1/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ The default database is stored with `chronqc.stats.sqlite` name in `chronqc_db`

`chronqc plot -db chronqc_db/chronqc.stats.sqlite -json sample.json -panel SOMATIC -o .`

The types of created plots and their properties are specified in "sample.json" file. For details on creating the config file visit [documentation] (https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
The types of created plots and their properties are specified in "sample.json" file. For details on creating the config file visit [documentation](https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
Interactive html report is created in `chronqc_output` under the `.` (current) directory.

2 changes: 1 addition & 1 deletion examples/multiqc_example_2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The default database is stored with `chronqc.stats.sqlite` name in `chronqc_db`

`chronqc plot -db chronqc_db/chronqc.stats.sqlite -json sample.json -panel Germline -o .`

The types of created plots and their properties are specified in "sample.json" file. For details on creating the config file visit [documentation] (https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
The types of created plots and their properties are specified in "sample.json" file. For details on creating the config file visit [documentation](https://chronqc.readthedocs.io/en/latest/plots/plot_options.html).
Interactive html report is created in `chronqc_output` under the `.` (current) directory.

0 comments on commit 95820f2

Please sign in to comment.