Skip to content

Commit

Permalink
Fix manual merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jun 28, 2016
1 parent 24300d0 commit 0dc0678
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions scripts/extract-partitions.py
Expand Up @@ -52,17 +52,14 @@
import screed
import argparse
import textwrap
<<<<<<< HEAD
from contextlib import contextmanager
import khmer
=======
from khmer import __version__
>>>>>>> master

from khmer.kfile import (check_input_files, check_space,
add_output_compression_type,
get_file_writer)
from khmer.khmer_args import (info, sanitize_help, ComboFormatter,
_VersionStdErrAction)
_VersionStdErrAction, __version__)
from khmer.utils import write_record

DEFAULT_MAX_SIZE = int(1e6)
Expand All @@ -77,12 +74,8 @@ def read_partition_file(filename):


def get_parser():
<<<<<<< HEAD
"""Create parser for extract-partitions.py."""
epilog = """
=======
epilog = """\
>>>>>>> master
Example (results will be in ``example.group0000.fa``)::
load-graph.py -k 20 example tests/test-data/random-20-a.fa
Expand Down

0 comments on commit 0dc0678

Please sign in to comment.