Skip to content

Commit

Permalink
Merge pull request #9 from genomics-geek/release-0.2.0
Browse files Browse the repository at this point in the history
Release-0.2.0
  • Loading branch information
genomics-geek committed Apr 12, 2018
2 parents bf681ae + 844926c commit 485a217
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 14 deletions.
11 changes: 9 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
History
-------

0.1.0 (2017-01-16)
0.1.0 (2018-01-16)
++++++++++++++++++

* Beta release

0.1.1 (2017-01-17)
0.1.1 (2018-01-17)
++++++++++++++++++

* Bug fix. Quality table would fail to render when rows is empty.

0.2.0 (2018-04-11)
++++++++++++++++++

* Resolved #7
* Added note about NovoAlign mapping quality score
* Provided data in a download link
1 change: 0 additions & 1 deletion ansible-playbooks/setup/main.retry

This file was deleted.

4 changes: 2 additions & 2 deletions exome_slicer/static/bundles/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "css/main.11f77d90.css",
"main.css.map": "css/main.11f77d90.css.map",
"main.js": "js/main.ab5cd83e.js",
"main.js.map": "js/main.ab5cd83e.js.map",
"main.js": "js/main.5349bde7.js",
"main.js.map": "js/main.5349bde7.js.map",
"media/flags.png": "media/flags.9c74e172.png",
"media/icons.eot": "media/icons.674f50d2.eot",
"media/icons.svg": "media/icons.912ec66d.svg",
Expand Down
2 changes: 1 addition & 1 deletion exome_slicer/static/bundles/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/static/bundles/manifest.json"><link rel="shortcut icon" href="/static/bundles/favicon.ico"><title>React App</title><link href="/static/bundles/css/main.11f77d90.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/bundles/js/main.ab5cd83e.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/static/bundles/manifest.json"><link rel="shortcut icon" href="/static/bundles/favicon.ico"><title>React App</title><link href="/static/bundles/css/main.11f77d90.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/bundles/js/main.5349bde7.js"></script></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exome_slicer/static/bundles/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions frontend/src/app/home/components/about-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ class AboutSection extends React.PureComponent {
The data is available for download in our GitHub repo found
<a
href="https://raw.githubusercontent.com/genomics-geek/exome_slicer/develop/data/wes_stats_1923.txt"
target="_blank"
rel="noopener noreferrer"
download="ExomeSlicer.txt"
>
&nbsp;here&nbsp;
</a>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/app/home/components/recent-news.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class RecentNews extends React.PureComponent {
<List.Item>2017/10/17 - Alpha release</List.Item>
<List.Item>2018/01/17 - Beta release</List.Item>
<List.Item>2018/01/17 - Publication on bioRxiv</List.Item>
<List.Item>2018/04/11 - Release v0.2.0</List.Item>
</List>
</React.Fragment>
)
Expand Down
2 changes: 1 addition & 1 deletion frontend/webpack-stats.dev.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"status":"done","publicPath":"http://localhost:3000/","chunks":{"main":[{"name":"static/js/bundle.js","publicPath":"http://localhost:3000/static/js/bundle.js","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/static/js/bundle.js"},{"name":"static/js/bundle.js.map","publicPath":"http://localhost:3000/static/js/bundle.js.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/static/js/bundle.js.map"}]}}
{"status":"done","publicPath":"http://localhost:3000/","chunks":{"main":[{"name":"static/js/bundle.js","publicPath":"http://localhost:3000/static/js/bundle.js","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/static/js/bundle.js"},{"name":"0.9b8e8db334d3428266c5.hot-update.js","publicPath":"http://localhost:3000/0.9b8e8db334d3428266c5.hot-update.js","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/0.9b8e8db334d3428266c5.hot-update.js"},{"name":"static/js/bundle.js.map","publicPath":"http://localhost:3000/static/js/bundle.js.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/static/js/bundle.js.map"},{"name":"0.9b8e8db334d3428266c5.hot-update.js.map","publicPath":"http://localhost:3000/0.9b8e8db334d3428266c5.hot-update.js.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/frontend/0.9b8e8db334d3428266c5.hot-update.js.map"}]}}
2 changes: 1 addition & 1 deletion frontend/webpack-stats.prod.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"status":"done","publicPath":"/static/bundles/","chunks":{"main":[{"name":"js/main.ab5cd83e.js","publicPath":"/static/bundles/js/main.ab5cd83e.js","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/js/main.ab5cd83e.js"},{"name":"css/main.11f77d90.css","publicPath":"/static/bundles/css/main.11f77d90.css","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/css/main.11f77d90.css"},{"name":"js/main.ab5cd83e.js.map","publicPath":"/static/bundles/js/main.ab5cd83e.js.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/js/main.ab5cd83e.js.map"},{"name":"css/main.11f77d90.css.map","publicPath":"/static/bundles/css/main.11f77d90.css.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/css/main.11f77d90.css.map"}]}}
{"status":"done","publicPath":"/static/bundles/","chunks":{"main":[{"name":"js/main.5349bde7.js","publicPath":"/static/bundles/js/main.5349bde7.js","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/js/main.5349bde7.js"},{"name":"css/main.11f77d90.css","publicPath":"/static/bundles/css/main.11f77d90.css","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/css/main.11f77d90.css"},{"name":"js/main.5349bde7.js.map","publicPath":"/static/bundles/js/main.5349bde7.js.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/js/main.5349bde7.js.map"},{"name":"css/main.11f77d90.css.map","publicPath":"/static/bundles/css/main.11f77d90.css.map","path":"/Users/gonzalezma/Projects/PublicApps/exome_slicer/exome_slicer/static/bundles/css/main.11f77d90.css.map"}]}}

0 comments on commit 485a217

Please sign in to comment.