Skip to content

Commit

Permalink
Preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Sep 11, 2015
1 parent 1d3221f commit 08cb927
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# genipe - A Python module to perform genome-wide imputation analysis

*Version 1.2.1*
*Version 1.2.2*

The `genipe` module (standing for **GEN**ome-wide **I**mputation
**P**ipelin**E**) includes a script (named `genipe-launcher`) that
Expand Down Expand Up @@ -40,7 +40,7 @@ The tool requires a standard [Python](http://python.org/) 3 installation with
the following modules:

* `numpy` version 1.8.2 and latest
* `jinja2` version 2.7.3 and latest
* `Jinja2` version 2.7.3 and latest
* `pandas` version 0.15.2 and latest
* `setuptools` version 12.0.5 and latest

Expand Down Expand Up @@ -103,9 +103,10 @@ usage: genipe-launcher [-h] [-v] [--debug] [--thread THREAD] --bfile PREFIX
[--probability FLOAT] [--completion FLOAT]
[--info FLOAT] [--report-number NB]
[--report-title TITLE] [--report-author AUTHOR]
[--report-background BACKGROUND]

Execute the genome-wide imputation pipeline. This script is part of the
'genipe' package, version 1.2.1.
'genipe' package, version 1.2.2.

optional arguments:
-h, --help show this help message and exit
Expand Down Expand Up @@ -174,6 +175,10 @@ Automatic Report Options:
imputation]
--report-author AUTHOR
The report author. [Automatically generated by genipe]
--report-background BACKGROUND
The report background section (can either be a string
or a file containing the background. [General
background]
```


Expand Down Expand Up @@ -212,7 +217,7 @@ usage: imputed-stats [-h] [-v] {cox,linear,logistic,mixedlm,skat} ...

Performs statistical analysis on imputed data (either SKAT analysis, or
linear, logistic or survival regression). This script is part of the 'genipe'
package, version 1.2.1).
package, version 1.2.2).

optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

MAJOR = 1
MINOR = 2
MICRO = 1
MICRO = 2
VERSION = "{0}.{1}.{2}".format(MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 08cb927

Please sign in to comment.