Skip to content

Commit

Permalink
less tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Nov 20, 2024
1 parent 09ed380 commit b427def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand All @@ -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
Expand Down

0 comments on commit b427def

Please sign in to comment.