Skip to content

Commit

Permalink
Fixed potential issue with exporting tailfindr compatibility function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemitheasura committed Dec 5, 2024
1 parent 0e66cc8 commit dc4a27f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ninetails
Type: Package
Title: Nonadenosine Nucleotides in Poly(A) Tails
Version: 1.0.2
Version: 1.0.3
Author: Natalia Gumińska
Maintainer: The package maintainer <[email protected]>
Description: Finds noncanonical (nonadenosine) nucleotides
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(calculate_fisher)
export(check_fast5_filetype)
export(check_tails)
export(combine_gafs)
export(convert_tailfindr_output)
export(correct_class_data)
export(correct_labels)
export(correct_residue_data)
Expand Down
2 changes: 2 additions & 0 deletions R/tailfindr_compatibility.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
#' the long tibble will be printed to the console, which may crash your
#' R session.
#'
#' @export
#'
#' @examples
#'\dontrun{
#'
Expand Down

0 comments on commit dc4a27f

Please sign in to comment.