Skip to content

Commit

Permalink
Merge pull request #53 from ratschlab/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
akahles authored Dec 17, 2019
2 parents b93d4fb + 96dfa7d commit f492ba8
Show file tree
Hide file tree
Showing 208 changed files with 90,903 additions and 1,758 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.15-stretch-node
- image: circleci/python:3.6.8-jessie
steps:
- checkout
- run:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ ENV/
# intermediate test data
tests/data/genome/
/scripts/generate_gt_file.py
*.bak
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Metagraph was conceived and written by:
Matthias Hüser
Andre Kahles
Jiayu Chen
Laurie Prelot
Gunnar Rätsch
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

MIT License

Copyright (c) 2018, ETH Zurich, Biomedical Informatics Group; Andre Kahles
Copyright (c) 2018-2019, Matthias Hüser, Andre Kahles, Jiayu Chen, Gunnar Rätsch
(for further author information, please refer to the AUTHORS file)
All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
680 changes: 271 additions & 409 deletions README.md

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions README.rst

This file was deleted.

636 changes: 636 additions & 0 deletions development_history.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion immunopepper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Ratschlab"""
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.1.0'
Loading

0 comments on commit f492ba8

Please sign in to comment.