Skip to content

Commit

Permalink
version bump; delete parse_gff_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangqingW committed Feb 5, 2025
1 parent 2187790 commit c84efd0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 76 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: FLAMES
Title: FLAMES: Full Length Analysis of Mutations and Splicing in long read RNA-seq data
Version: 2.1.4
Version: 2.1.5
Date: 2023-03-27
Authors@R: c(
person("Luyi", "Tian", role=c("aut"),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export(get_GRangesList)
export(get_coverage)
export(minimap2_align)
export(minimap2_realign)
export(parse_gff_tree)
export(plot_coverage)
export(plot_demultiplex)
export(plot_isoform_heatmap)
Expand Down
3 changes: 1 addition & 2 deletions R/find_isoform.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ find_isoform_bambu <- function(annotation, genome_fa, genome_bam, outdir, config
file.remove(bambuTempAnnot);
}

# isoform_objects <- list(transcript_dict = NULL, transcript_dict_i = parse_gff_tree(isoform_gtf)$transcript_dict)
# isoform_objects
}

#' @importFrom reticulate import_from_path
Expand Down Expand Up @@ -144,6 +142,7 @@ find_isoform_flames <- function(annotation, genome_fa, genome_bam, outdir, confi

#' Fake stranded GFF file
#' @description Check if all the transcript in the annotation is stranded. If not, convert to '+'.
#' @return Path to the temporary file with unstranded transcripts converted to '+'.
#' @keywords internal
fake_stranded_gff <- function(gff_file) {
# check if all the transcript in the annotation is stranded
Expand Down
42 changes: 0 additions & 42 deletions R/parse_gene_anno.R

This file was deleted.

1 change: 1 addition & 0 deletions R/sc_long_pipeline.R
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ create_sce_from_dir <- function(outdir, annotation, quantification = "FLAMES") {
#' Assumes rownames are transcript_ids
#' Assumes transcript_id is present in the annotation file
#' @importFrom SummarizedExperiment rowRanges rowRanges<-
#' @return a \code{SummarizedExperiment} object with rowRanges added
#' @keywords internal
addRowRanges <- function(sce, annotation, outdir) {
if (is.null(S4Vectors::metadata(sce)$OutputFiles)) {
Expand Down
3 changes: 3 additions & 0 deletions man/addRowRanges.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/fake_stranded_gff.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions man/parse_gff_tree.Rd

This file was deleted.

1 change: 0 additions & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ reference:
- filter_annotation
- get_GRangesList
- demultiplex_sockeye
- parse_gff_tree
- scmixology_lib10
- scmixology_lib10_transcripts
- scmixology_lib90
Expand Down

0 comments on commit c84efd0

Please sign in to comment.