Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyPythons committed Jan 17, 2018
1 parent 5073f26 commit 65cddfa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from __future__ import absolute_import

import logging
Expand Down
1 change: 0 additions & 1 deletion fastaSplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def set_args():
Split fasta files into sub files by accumulated sequence length or number
author: fanjunpeng ([email protected])
version: v1.0
""")

args.add_argument("input", metavar="FASTAs", nargs="+", help="fasta files")
Expand Down
2 changes: 0 additions & 2 deletions fastaStat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""
import argparse
from multiprocessing import Pool
import os.path

from FastaReader import open_fasta

Expand Down Expand Up @@ -164,7 +163,6 @@ def get_args():
Statistics on fasta files
author: fanjunpeng ([email protected])
version: v1.0
""")

args.add_argument("input", metavar='FILEs', nargs="+", help="file paths, '*' is accepted")
Expand Down
1 change: 0 additions & 1 deletion fastqSplit.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def set_args():
Split fastq files into sub files by accumulated sequence length or number
author: fanjunpeng ([email protected])
version: v1.0
""")

args.add_argument("input", metavar="FASTQs", nargs="+", help="fastq files")
Expand Down
1 change: 0 additions & 1 deletion fastqStat.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def get_args():
Statistics on fastq files
author: fanjunpeng ([email protected])
version: v1.0
""")

args.add_argument("input", metavar='FILEs', nargs="+", help="file paths, '*' is accepted")
Expand Down

0 comments on commit 65cddfa

Please sign in to comment.