Skip to content

Commit

Permalink
Fix default src-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Nov 8, 2023
1 parent 4702014 commit a09e3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubi_tk/sodar/ingest_fastq.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

DEFAULT_SRC_REGEX = (
r"(.*/)?(?P<sample>.+?)"
r"(?:_(S[0-9]+))?"
r"(?:_S[0-9]+)?"
r"(?:_(?P<lane>L[0-9]+?))?"
r"(?:_(?P<mate>R[0-9]+?))?"
r"(?:_(?P<batch>[0-9]+?))?"
Expand Down

0 comments on commit a09e3bb

Please sign in to comment.