Skip to content

Commit

Permalink
feat: expose clinvar annotation (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 5, 2023
1 parent e170120 commit 3bcbf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotate/seqvars/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ where
}

/// Annotate record with ClinVar information.
fn annotate_record_clinvar<T>(
pub fn annotate_record_clinvar<T>(
db: &rocksdb::DBWithThreadMode<T>,
cf: &Arc<rocksdb::BoundColumnFamily>,
key: &Vec<u8>,
Expand Down

0 comments on commit 3bcbf32

Please sign in to comment.