MCPcopy Create free account
hub / github.com/alignoth/alignoth / test_get_fasta_contigs

Function test_get_fasta_contigs

src/utils.rs:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113 #[test]
114 fn test_get_fasta_contigs() {
115 let contigs =
116 get_fasta_contigs(&PathBuf::from_str("tests/sample_1/reference.fa").unwrap()).unwrap();
117 assert_eq!(contigs, vec!["chr1".to_string()])
118 }
119
120 #[test]
121 fn test_ellipsis() {

Callers

nothing calls this directly

Calls 1

get_fasta_contigsFunction · 0.85

Tested by

no test coverage detected