Skip to content

Commit 0e4d21f

Browse files
committed
Revert "Merge branch 'master' into master"
This reverts commit 53bd43d.
1 parent 53bd43d commit 0e4d21f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

pyinseq/demultiplex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def demultiplex_fastq(reads, samples_dict: dict, settings) -> int:
5151
([NACGT][ACGT]{{13,14}} # group(2) = 16-17 bp of chromosmal sequence
5252
(?:TA)){settings.transposon_seq}""", # flanking transposon sequence, last two must be TA for transposon
5353
re.VERBOSE,
54-
5554
)
5655

5756
# Initiate progress bar

0 commit comments

Comments
 (0)