Skip to content

Commit

Permalink
merge main and fix pytest order
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 11, 2024
1 parent 02fe284 commit 88a4180
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_barcode_start_idx():


@pytest.mark.order(106)
@pytest.mark.order(6)
def test_count_samples_tiling():
cmd = "bean count-samples -i tests/data/sample_list_tiling.csv -b A -f tests/data/test_guide_info_tiling_chrom.csv -o tests/test_res/ -r"
try:
Expand All @@ -97,7 +96,6 @@ def test_count_samples_tiling():


@pytest.mark.order(107)
@pytest.mark.order(7)
def test_count_chroms():
cmd = "bean count --R1 tests/data/test_tiling_R1.fastq --R2 tests/data/test_tiling_R2.fastq -b A -f tests/data/test_guide_info_tiling_chrom.csv -o tests/test_res/ -r"
try:
Expand Down

0 comments on commit 88a4180

Please sign in to comment.