Skip to content

Commit

Permalink
Removed deprecated function call during UMI pre-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
j-berg committed Mar 3, 2020
1 parent 0857a31 commit 0052074
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions xpresspipe/trim.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,4 @@ def run_trim(
args_dict,
mod_workers=workers)

if args_dict['umi'] != '':
files = get_files(
args_dict['trimmed_fastq'],
['.fastq','.fq','.txt'])

parallelize(
umi_deduplicate,
files,
args_dict,
mod_workers=workers)

return args_dict

0 comments on commit 0052074

Please sign in to comment.