Skip to content

Commit 5459ec5

Browse files
authored
Update intro. Add a link to the project page and fix ugly read error in json code
1 parent 1c8499c commit 5459ec5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Peax: a visual pattern explorer for epigenomic data
22

3-
**Peax is still under active development! If you like to give it a try, please choose one of the [pre-releases](https://github.com/Novartis/peax/releases). If you run into trouble please contact [@flekschas](https://twitter.com/flekschas). He's happy to help while we're working hard to release a stabelize version soon.**
3+
**__Note__**: Peax is still under active development! If you like to give it a try, please choose one of the [pre-releases](https://github.com/Novartis/peax/releases). Contact [@flekschas](https://twitter.com/flekschas) in case you run into trouble. He's happy to help while we're working hard towards a stable release.**
44

55
![Peax's UI](teaser.png)
66

@@ -10,6 +10,7 @@
1010
> exploration of epigenomic patterns based on unsupervised representation learning with
1111
> convolutional autoencoders. The visual search is driven by manually labeled genomic
1212
> regions for actively learning a classifier to reflect your notion of interestingness.
13+
> More at [peax.lekschas.de](http://peax.lekschas.de).
1314
1415
## Installation
1516

@@ -120,12 +121,8 @@ from above the file could look like this:
120121

121122
```json
122123
{
123-
"histone-mark-chip-seq-3kb": {
124-
//...
125-
},
126-
"dnase-seq-3kb": {
127-
//...
128-
}
124+
"histone-mark-chip-seq-3kb": {},
125+
"dnase-seq-3kb": {}
129126
}
130127
```
131128

0 commit comments

Comments
 (0)