Skip to content

Commit 0052074

Browse files
committed
Removed deprecated function call during UMI pre-processing
1 parent 0857a31 commit 0052074

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

xpresspipe/trim.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,4 @@ def run_trim(
243243
args_dict,
244244
mod_workers=workers)
245245

246-
if args_dict['umi'] != '':
247-
files = get_files(
248-
args_dict['trimmed_fastq'],
249-
['.fastq','.fq','.txt'])
250-
251-
parallelize(
252-
umi_deduplicate,
253-
files,
254-
args_dict,
255-
mod_workers=workers)
256-
257246
return args_dict

0 commit comments

Comments
 (0)