From 88a4180c341fc2f3681b7cc3d6f744bcf1275079 Mon Sep 17 00:00:00 2001 From: jykr Date: Thu, 11 Apr 2024 15:22:11 -0400 Subject: [PATCH] merge main and fix pytest order --- tests/test_count.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_count.py b/tests/test_count.py index 1633744..0a56800 100755 --- a/tests/test_count.py +++ b/tests/test_count.py @@ -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: @@ -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: