Remove unused contrib/, libdivsufsort/, and .travis.yml - #16
Open
traviswheeler wants to merge 1 commit into
Open
Remove unused contrib/, libdivsufsort/, and .travis.yml#16traviswheeler wants to merge 1 commit into
traviswheeler wants to merge 1 commit into
Conversation
contrib/ held Lee Newberg's p7_thermo code, parked there in HMMER 3.0b1 and never compiled by any Makefile. libdivsufsort/ was nhmmer's suffix-array library; BATH removed nhmmer, and nothing in src/ includes or calls it, but every binary still linked against it. Removing it also drops its wiring from configure.ac and the Makefiles (rerun autoconf after pulling this). .travis.yml described HMMER's Travis setup; CI now lives in .github/workflows/release.yml. Also replace the HMMER- and frahmmer-era binary names in .gitignore with the bath* programs, and ignore the configure-generated titlepage_daemon.tex. Implemented with assistance from Claude (Fable 5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes three vestigial pieces that were part of HMMER but not used in BATH :
Also updates .gitignore: the bath* binaries replace the frahmmer names, and the configure-generated titlepage_daemon.tex is now ignored.
A full rebuild and testsuite run (make check, 126/126 exercises) pass on the pruned tree.
Generated with help from Claude (Fable 5)