Skip to content

Commit

Permalink
Removing dustbin__01 from mof integration tests to adhere to github 25MB
Browse files Browse the repository at this point in the history
limit
  • Loading branch information
leoisl committed Nov 2, 2022
1 parent f02944d commit e7eb5c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/mof_integration_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace fs = cobs::fs;
static fs::path base_dir = "data/mof_integration_tests";
static fs::path input_dir = base_dir / "subsampled_integration_test";
static fs::path work_dir = base_dir / "work";
static const std::vector<const char *> species{"neisseria_gonorrhoeae__01", "dustbin__01", "chlamydia_pecorum__01"};
static const std::vector<const char *> species{"neisseria_gonorrhoeae__01", "chlamydia_pecorum__01"};
static const std::vector<const char *> query_lengths{"100", "200", "500", "1000"};

class mof_integration : public ::testing::Test
Expand Down

0 comments on commit e7eb5c0

Please sign in to comment.