-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: extract all enclone only print code (#415)
* Extract all of the enclone-only part of print_clonotypes into a function and move it into enclone. * Extract sort_exact_clonotypes as a function. * Unfold the clonotype filtering/printing loop and clean up. * Move all the enclone-specific code into enclone proper. * Inject enclone-specific behavior via a OrbitProcessor trait. * Rename enclone_print -> enclone_process. * Delete the code generation part of enclone_vars.
- Loading branch information
1 parent
f00b5cb
commit cbd15ef
Showing
45 changed files
with
883 additions
and
10,033 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ authors = ["""David Jaffe <[email protected]>, | |
edition = "2021" | ||
license-file = "LICENSE.txt" | ||
publish = false | ||
include = ["src/*.rs", "LICENSE.txt", "src/mammalian_fixed_len.table"] | ||
include = ["src/*.rs", "LICENSE.txt"] | ||
|
||
# Please do not edit crate versions within this file. Instead edit the file master.toml | ||
# in the root of the enclone repo. | ||
|
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.