Skip to content

Commit

Permalink
Add a couple docstrings to coax CI into running.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Feb 26, 2024
1 parent f370e77 commit a25dbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enclone_tools/src/bin/annotate_seq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,15 @@ fn main() {
}
}

/// Return the decompressed supp regions data for human.
fn human_supp_regions() -> String {
decompress(include_bytes!(
"../../../supp_refs/human/supp_regions.fa.gz"
))
.unwrap()
}

/// Return the decompressed supp regions data for mouse.
fn mouse_supp_regions() -> String {
decompress(include_bytes!(
"../../../supp_refs/mouse/supp_regions.fa.gz"
Expand Down

0 comments on commit a25dbba

Please sign in to comment.