Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Created v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara JC Gosline committed Apr 13, 2016
1 parent 7f7d572 commit a82c809
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ To use the [Homebrew](http://brew.sh/) package manager for Mac simply type `brew
3. Unpack files from the archive: `tar -xvf msgsteiner-1.1.tgz`
4. Enter the `msgsteiner-1.1` subdirectory and run make
* See below for advice on compiling the C++ code if you encounter problems. Make a note of the path to the compiled msgsteiner file that was created, which you will use when running Forest.
5. Download the Omics Integrator package: [OmicsIntegrator-0.1.0.tar.gz](./dist/OmicsIntegrator-0.1.0.tar.gz)
6. Unpack files from the archive: `tar -xvzf OmicsIntegrator-0.1.0.tar.gz`
5. Download the Omics Integrator package: [OmicsIntegrator-0.2.0.tar.gz](./dist/OmicsIntegrator-0.2.0.tar.gz)
6. Unpack files from the archive: `tar -xvzf OmicsIntegrator-0.2.0.tar.gz`
7. Make sure you have all the requirements using the pip tool by entering the
directory and typing: `pip install -r requirements.txt`

Expand Down
Binary file removed dist/OmicsIntegrator-0.1.0.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/OmicsIntegrator-0.2.0.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/OmicsIntegratorExamples.tar.gz
Git LFS file not shown
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_tests(self):

setup(
name='OmicsIntegrator',
version='0.1.0',
version='0.2.0',
description="Python tool for high throughput data integration",
long_description=readme + '\n\n' + history,
author="Sara Gosline",
Expand Down

0 comments on commit a82c809

Please sign in to comment.