Skip to content

Commit

Permalink
invert logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 4, 2024
1 parent 4aa9dd0 commit ab77d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_aviti_run_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def get_manifests(process: Process, manifest_root_name: str) -> list[tuple[str,
if isinstance(idx, tuple):
row["Index1"], row["Index2"] = idx
# Special cases to reverse-complement index2
if user_library or (
not user_library
if not user_library or (
user_library
and (
TENX_DUAL_PAT.findall(lims_label)
or SMARTSEQ_PAT.findall(lims_label)
Expand Down

0 comments on commit ab77d5e

Please sign in to comment.