Skip to content

Commit 485a217

Browse files
Merge pull request #9 from genomics-geek/release-0.2.0
Release-0.2.0
2 parents bf681ae + 844926c commit 485a217

11 files changed

Lines changed: 20 additions & 14 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
History
22
-------
33

4-
0.1.0 (2017-01-16)
4+
0.1.0 (2018-01-16)
55
++++++++++++++++++
66

77
* Beta release
88

9-
0.1.1 (2017-01-17)
9+
0.1.1 (2018-01-17)
1010
++++++++++++++++++
1111

1212
* Bug fix. Quality table would fail to render when rows is empty.
13+
14+
0.2.0 (2018-04-11)
15+
++++++++++++++++++
16+
17+
* Resolved #7
18+
* Added note about NovoAlign mapping quality score
19+
* Provided data in a download link

ansible-playbooks/setup/main.retry

Lines changed: 0 additions & 1 deletion
This file was deleted.

exome_slicer/static/bundles/asset-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"main.css": "css/main.11f77d90.css",
33
"main.css.map": "css/main.11f77d90.css.map",
4-
"main.js": "js/main.ab5cd83e.js",
5-
"main.js.map": "js/main.ab5cd83e.js.map",
4+
"main.js": "js/main.5349bde7.js",
5+
"main.js.map": "js/main.5349bde7.js.map",
66
"media/flags.png": "media/flags.9c74e172.png",
77
"media/icons.eot": "media/icons.674f50d2.eot",
88
"media/icons.svg": "media/icons.912ec66d.svg",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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>
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.5349bde7.js"></script></body></html>

exome_slicer/static/bundles/js/main.ab5cd83e.js renamed to exome_slicer/static/bundles/js/main.5349bde7.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exome_slicer/static/bundles/js/main.ab5cd83e.js.map renamed to exome_slicer/static/bundles/js/main.5349bde7.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exome_slicer/static/bundles/service-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/app/home/components/about-section.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ class AboutSection extends React.PureComponent {
5353
The data is available for download in our GitHub repo found
5454
<a
5555
href="https://raw.githubusercontent.com/genomics-geek/exome_slicer/develop/data/wes_stats_1923.txt"
56-
target="_blank"
57-
rel="noopener noreferrer"
56+
download="ExomeSlicer.txt"
5857
>
5958
&nbsp;here&nbsp;
6059
</a>

frontend/src/app/home/components/recent-news.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class RecentNews extends React.PureComponent {
1111
<List.Item>2017/10/17 - Alpha release</List.Item>
1212
<List.Item>2018/01/17 - Beta release</List.Item>
1313
<List.Item>2018/01/17 - Publication on bioRxiv</List.Item>
14+
<List.Item>2018/04/11 - Release v0.2.0</List.Item>
1415
</List>
1516
</React.Fragment>
1617
)

frontend/webpack-stats.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}]}}
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":"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"}]}}

0 commit comments

Comments
 (0)