From b427defbfc4a89581dcc954459b01d1bf0c73f33 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Wed, 20 Nov 2024 13:18:46 -0800 Subject: [PATCH] less tests --- tests/integration_tests_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration_tests_run.sh b/tests/integration_tests_run.sh index 8ef0397..676c5a0 100755 --- a/tests/integration_tests_run.sh +++ b/tests/integration_tests_run.sh @@ -13,7 +13,7 @@ tests_folder="strandedness_tests/" echo "Bulk tests scripts" ls -lh $MARINE/tests/$tests_folder/scripts/ -for t in "F1R2_pair_test-single_end_mode_sailor" "F1R2_pair_test-single_end_mode" "F1R2_pair_test" "F2R1_end_second_in_pair_test" "same_pos_dif_reads_test" "tax1bp3_chr17_3665556_read_test" "pair_test" "unstranded_pair_test" +for t in "F1R2_pair_test-single_end_mode_sailor" do echo $t echo "Removing old files..." @@ -34,7 +34,7 @@ echo "SC tests scripts" ls -lh $MARINE/tests/$tests_folder/scripts/ -for t in "only_5_cells_test" "only_5_cells_bulk_mode_test" "long_read_sc_test" "edge_case_test" +for t in "only_5_cells_test" "only_5_cells_bulk_mode_test" do echo $t