Skip to content

Commit

Permalink
rename split -> extractsam #2
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Jun 20, 2017
1 parent 620e7fe commit ed46362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def cli():
from .merge import merge
from .markasdup import markasdup
from .select import select
from .split import split
from .extractsam import extractsam
from .restrict import restrict
from .parse import parse, parse_cigar, parse_algn
from .stats import stats

0 comments on commit ed46362

Please sign in to comment.