Skip to content

Commit

Permalink
Testing gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 4, 2024
1 parent e6b34d6 commit f5b96cc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^\.DS_Store$
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: ${{ false }}
matrix:
config:
- os: ubuntu-latest # not run on Windows because MACSr is not supported.
- os: ubuntu-latest
bioc: devel
r: auto
cont: ghcr.io/bioconductor/bioconductor_docker:devel
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Generated by roxygen2: do not edit by hand

export(calculate_idr)
export(conservative_idr)
export(feature_counts_matrix)
export(generate_pseudoreplicates)
export(idr_analysis)
export(macs_call_peak)
export(multiple_replicates_chipr)
export(multiple_replicates_mspc)
export(optimal_idr)
import(ChIPpeakAnno)
import(GenomicAlignments)
import(GenomicRanges)
Expand Down
2 changes: 1 addition & 1 deletion R/conservative_idr.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @returns A list containing a summary of the IDR analysis along with the path
#' to the output files.
#'
#' @keywords internal
#' @export

conservative_idr <- function(treat_files,
control_files = NULL,
Expand Down
2 changes: 1 addition & 1 deletion R/optimal_idr.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @returns Summary of the IDR output
#'
#' @keywords internal
#' @export
optimal_idr <- function(treat_files,
control_files = NULL,
is_paired,
Expand Down
1 change: 0 additions & 1 deletion man/conservative_idr.Rd

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

1 change: 0 additions & 1 deletion man/optimal_idr.Rd

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

0 comments on commit f5b96cc

Please sign in to comment.