Skip to content

Commit

Permalink
Merge 10eab05 into dc1393b
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Magnusson committed Apr 20, 2020
2 parents dc1393b + 10eab05 commit 8d152cb
Show file tree
Hide file tree
Showing 28 changed files with 489 additions and 2,188 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ TODO.md
.idea/
.vscode/

# Sphinx docs
# Docs
docs/_build
docs/_book
site/

### SublimeText ###
# workspace files are user-specific
Expand All @@ -63,4 +64,8 @@ docs/_book
# *.sublime-project

# Demo
chanjo-demo/
chanjo-demo/

# Local

local/
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ mock = "*"
ipdb = "*"
pytest-cov = "*"
coveralls = "*"
pylint = "*"
mkdocs = "*"
markdown-include = "*"

[packages]
coloredlogs = "*"
alchy = "*"
click = "*"
"path.py" = "*"
path = "*"
toolz = "*"
"ruamel.yaml" = "*"
670 changes: 442 additions & 228 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ to get started!


[unix]: http://en.wikipedia.org/wiki/Unix_philosophy
[docs]: http://www.chanjo.co/en/latest/
[docs]: http://www.clinicalgenomics.se/chanjo/
[bedtools]: http://bedtools.readthedocs.org/en/latest/
[thesis]: https://s3.amazonaws.com/tudo/chanjo/RobinAndeerMastersThesisFinal_2013.pdf
[sambamba]: http://lomereiter.github.io/sambamba/
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

<center>
<img src="assets/logo.png" width="400px" />

<h1>Chanjo</h1>
<i>Coverage analysis for clinical sequencing</i>
</center>

# Chanjo
## Coverage analysis for clinical sequencing

<br><br>

**Current release**: Optimistic Otter (4.0)
Expand Down
5 changes: 0 additions & 5 deletions docs/SUMMARY.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_book/gitbook/app.js

This file was deleted.

Binary file not shown.
Binary file not shown.
655 changes: 0 additions & 655 deletions docs/_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
151 changes: 0 additions & 151 deletions docs/_book/gitbook/gitbook-plugin-fontsettings/buttons.js

This file was deleted.

0 comments on commit 8d152cb

Please sign in to comment.