Skip to content

Commit

Permalink
Remove stuff described in the post
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-carrasco committed Nov 11, 2015
1 parent 24d3b68 commit bfd5f74
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 38 deletions.
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,45 +56,9 @@ log:
Logging level is `INFO` by default.


### Features

#### Steps flowchart and table
For a quick overview of the analysis status, just look at the flowchart or the information table.

![flowchart-table](docs/images/flowchart-table.png)

_NOTE: On future versions, the flowchart will be more useful, showing information about the nodes
in which the steps were ran._

#### Time used per step

![progress](docs/images/progress-bar.png)

This bar will show you the percentage of time used for every step. Hover over the portions
to see the percentage.

#### Analysis feedback
Since there can be several hours between steps, to add some feedback, I added a panel to show
the last message read.

![panel](docs/images/log-message.png)

#### Error detection
You'll know if something went wrong during the analysis...

![error](docs/images/error.png)

#### Final summary
When the analysis is finished, an option will appear to show a global summary.

![summary](docs/images/summary.png)

As of by now, it is very basic. Will show more information in future versions.


[bcbio]: https://bcbio-nextgen.readthedocs.org/en/latest/
[bcbio-logging]: https://bcbio-nextgen.readthedocs.org/en/latest/contents/testing.html#logging
[tech-post]: http://mussol.org
[tech-post]: http://mussol.org/2015/11/11/bcbio-monitor/
[issue]: https://github.com/guillermo-carrasco/bcbio-nextgen-monitor/issues/new
[yaml]: http://yaml.org/
[flask_config]: http://flask.pocoo.org/docs/0.10/config/#builtin-configuration-values
Binary file removed docs/images/error.png
Binary file not shown.
Binary file removed docs/images/flowchart-table.png
Binary file not shown.
Binary file removed docs/images/flowchart.pdf
Binary file not shown.
Binary file removed docs/images/log-message.png
Binary file not shown.
Binary file removed docs/images/progress-bar.png
Binary file not shown.
Binary file removed docs/images/summary.png
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(name='bcbio_monitor',
# For versioning: http://semver.org/
version='0.2.0',
version='1.0',
description="bcbio-monitor is an extension of bcbio-nextgen to visualize its progress",
author='Guillermo Carrasco',
author_email='[email protected]',
Expand Down

0 comments on commit bfd5f74

Please sign in to comment.