Skip to content

Commit

Permalink
remove bam_auxgeti from bam.h
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverVoogd committed Jul 31, 2023
1 parent 0794ce9 commit d094dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions R/find_isoform.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ find_isoform_flames <- function(annotation, genome_fa, genome_bam, outdir, confi

if (length(genome_bam) == 1) {
if (config$pipeline_parameters$multithread_isoform_identification) {
# C++ Multithreaded implementation of python find_isoform
find_isoform_multithread(
gff3, genome_bam, isoform_annotation, tss_stat, genome_fa, transcript_assembly, config$isoform_parameters, ifelse(config$isoform_parameters$generate_raw_isoform, raw_splice, "")
)
Expand Down
1 change: 0 additions & 1 deletion src/utility/bam.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ extern "C" {
// uint8_t *bam_aux_get(const bam1_t *b, const char tag[2]);

// int32_t bam_aux2i(const uint8_t *s);
// #define bam_auxasi(s) (bam_aux2i((s)))
// float bam_aux2f(const uint8_t *s);
#define bam_aux2d(s) (bam_aux2f((s)))
// char bam_aux2A(const uint8_t *s);
Expand Down

0 comments on commit d094dae

Please sign in to comment.