Permalink
Browse files

line fix in Readme

  • Loading branch information...
1 parent 3962769 commit f455fa278983cd61fcf958c537e23f168312e58f @blazejmarciniak blazejmarciniak committed Jun 23, 2016
Showing with 4 additions and 4 deletions.
  1. +2 −2 README.md
  2. +1 −1 bin/cmdfatool.py
  3. +1 −1 setup.py
View
@@ -6,7 +6,7 @@ fatool
VERSION
=======
-0.2.1
+0.3.1
LICENSE
=======
@@ -196,7 +196,7 @@ optional arguments:
--operator [OPERATOR [OPERATOR ...]]
user who have fired script it will be noted in report
-
+
cutNameMarker:
View
@@ -18,7 +18,7 @@ def main():
#logger.setLevel(logging.DEBUG)
parser = argparse.ArgumentParser()
#parser.add_argument('-f', '--fafile', help='file to be cut usualy *.fa', type=argparse.FileType('r'), required=True)
- parser.add_argument('-v', '--version', help='display version number and exit', action='version', version='%(prog)s 0.2.1')
+ parser.add_argument('-v', '--version', help='display version number and exit', action='version', version='%(prog)s 0.3.1')
subparsers = parser.add_subparsers(title='fatool commands', help='each has own params, for more details use: command -h')
sub_cut = subparsers.add_parser('cut', help='split supplied sequence into smaller parts, according to given params')
View
@@ -1,7 +1,7 @@
from setuptools import setup
setup(name='fatool',
- version='0.2.1',
+ version='0.3.1',
description='tools for handling fasta files',
#url='http://github.com/storborg/funniest',
author='Blazej Marciniak',

0 comments on commit f455fa2

Please sign in to comment.