Skip to content

Commit

Permalink
skip chip-rx in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed Nov 18, 2024
1 parent eeb2779 commit b7d7378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def fastqs(test_data_path, assay) -> list[pathlib.Path]:
case "atac":
files = list(path.glob("atac*.fastq.gz"))
case "chip":
files = list(path.glob("chip-rx*.fastq.gz"))
files.append(path / "chip-rx-single_MLL.fastq.gz")
files = list(path.glob("chip-rx_*.fastq.gz"))
# files.append(path / "chip-rx-single_MLL.fastq.gz")
case "chip-rx":
files = list(path.glob("chip-rx_*.fastq.gz"))
case "rna":
Expand Down

0 comments on commit b7d7378

Please sign in to comment.