Skip to content

Commit

Permalink
Merge pull request #4505 from vgteam/faster-gaf-sorting
Browse files Browse the repository at this point in the history
Faster GAF sorting
  • Loading branch information
jltsiren authored Jan 26, 2025
2 parents a1dc9e0 + 0a53f54 commit c740ed6
Show file tree
Hide file tree
Showing 11 changed files with 1,794 additions and 241 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ test: $(BIN_DIR)/$(EXE) $(LIB_DIR)/libvg.a test/build_graph $(BIN_DIR)/shuf $(BI

# Somebody has been polluting the test directory with temporary files that are not deleted after the tests.
# To make git status more useful, we delete everything that looks like a temporary file.
clean-test:
clean-tests:
cd test && rm -rf tmp && mkdir tmp && mv 2_2.mat build_graph.cpp default.mat tmp && rm -f *.* && mv tmp/* . && rmdir tmp

docs: $(SRC_DIR)/*.cpp $(SRC_DIR)/*.hpp $(ALGORITHMS_SRC_DIR)/*.cpp $(ALGORITHMS_SRC_DIR)/*.hpp $(SUBCOMMAND_SRC_DIR)/*.cpp $(SUBCOMMAND_SRC_DIR)/*.hpp $(UNITTEST_SRC_DIR)/*.cpp $(UNITTEST_SRC_DIR)/*.hpp $(UNITTEST_SUPPORT_SRC_DIR)/*.cpp
Expand Down
2 changes: 1 addition & 1 deletion deps/gbwt
2 changes: 1 addition & 1 deletion deps/gbwtgraph
Loading

2 comments on commit c740ed6

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 19043 seconds

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch v1.63.0. View the full report here.

0 tests passed, 15 tests failed and 0 tests skipped in 4616 seconds

Failed tests:

  • test_full_brca2_cactus (395 seconds)
  • test_full_brca2_primary (394 seconds)
  • test_full_brca2_snp1kg (395 seconds)
  • test_map_brca1_cactus (395 seconds)
  • test_map_brca1_primary (395 seconds)
  • test_map_brca1_snp1kg (395 seconds)
  • test_map_brca1_snp1kg_mpmap (394 seconds)
  • test_map_mhc_primary (395 seconds)
  • test_map_mhc_snp1kg (395 seconds)
  • test_sim_mhc_cactus (130 seconds)
  • test_sim_mhc_snp1kg (131 seconds)
  • test_sim_mhc_snp1kg_mpmap (130 seconds)
  • test_call_chr21_snp1kg (395 seconds)
  • test_sim_chr21_snp1kg_trained (130 seconds)
  • test_sim_yeast_cactus (130 seconds)

Please sign in to comment.