Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alek0991 committed Oct 29, 2021
1 parent ff271e6 commit 65757ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ Manual installation: Software requirements
Execution:
===========

Use the following command to see all the available options in iSAFE with detailed instructions.
Use the following command to see all the available options in iSAFE.

```sh
isafe --help
```
These detailed instructions are also provided in [./help.txt](https://github.com/alek0991/iSAFE/blob/master/help.txt).

**Note:** If you have a script for iSAFE<v1.1.0 and want to update to the latest version you should change the commands from
```sh
Expand Down
19 changes: 7 additions & 12 deletions help.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
usage: isafe.py [-h] [-v] [--format FORMAT] --input INPUT --output OUTPUT
[--vcf-cont VCF_CONT] [--sample-case SAMPLE_CASE]
[--sample-cont SAMPLE_CONT] [--AA AA] [--region REGION]
[--MaxRegionSize MAXREGIONSIZE]
[--MinRegionSize-bp MINREGIONSIZE_BP]
[--MinRegionSize-ps MINREGIONSIZE_PS]
[--MaxGapSize MAXGAPSIZE] [--window WINDOW] [--step STEP]
[--topk TOPK] [--MaxRank MAXRANK] [--MaxFreq MAXFREQ]
[--RandomSampleRate RANDOMSAMPLERATE] [--ForceRandomSample]
[--IgnoreGaps] [--StatusOff] [--WarningOff] [--OutputPsi]
[--SAFE]
usage: isafe [-h] [-v] [--format FORMAT] --input INPUT --output OUTPUT [--vcf-cont VCF_CONT]
[--sample-case SAMPLE_CASE] [--sample-cont SAMPLE_CONT] [--AA AA] [--region REGION]
[--MaxRegionSize MAXREGIONSIZE] [--MinRegionSize-bp MINREGIONSIZE_BP]
[--MinRegionSize-ps MINREGIONSIZE_PS] [--MaxGapSize MAXGAPSIZE] [--window WINDOW] [--step STEP]
[--topk TOPK] [--MaxRank MAXRANK] [--MaxFreq MAXFREQ] [--RandomSampleRate RANDOMSAMPLERATE]
[--ForceRandomSample] [--IgnoreGaps] [--StatusOff] [--WarningOff] [--OutputPsi] [--SAFE]

====================================================================
iSAFE: (i)ntegrated (S)election of (A)llele (F)avored by (E)volution
====================================================================
Source code & further instructions can be found at: https://github.com/alek0991/iSAFE
iSAFE v1.0.7
iSAFE v1.1.0
--------------------------------------------------------------------

optional arguments:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-

from isafe import __version__

try:
from setuptools import setup
except ImportError:
Expand Down Expand Up @@ -47,4 +46,4 @@
],
test_suite='tests',
tests_require=test_requirements
)
)

0 comments on commit 65757ef

Please sign in to comment.