Skip to content

Commit

Permalink
Merge pull request #28 from CGATOxford/TS-Debug3PrimeJoiner
Browse files Browse the repository at this point in the history
debug _joiner_3prime
  • Loading branch information
TomSmithCGAT committed May 23, 2016
2 parents feda398 + 5eefda5 commit 2b6a0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion umi_tools/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _extract_3prime(self, sequence, read=1):
def _joiner_5prime(self, sequence, sample):
return sample + sequence

def _joiner_3prime(self, read, sequence, sample):
def _joiner_3prime(self, sequence, sample):
return sequence + sample

def __init__(self, pattern, pattern2, prime3=False):
Expand Down
2 changes: 1 addition & 1 deletion umi_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "0.0.10"
__version__ = "0.0.11"

0 comments on commit 2b6a0b8

Please sign in to comment.