Skip to content

Commit

Permalink
STAARpipeline v0.9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Aug 10, 2024
1 parent 94b5d2b commit e871c66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: STAARpipeline
Type: Package
Title: STAARpipeline for Analyzing Whole-Genome/Whole-Exome Sequencing Data
Version: 0.9.7
Date: 2024-05-19
Version: 0.9.7.1
Date: 2024-08-09
Author: Xihao Li [aut, cre], Zilin Li [aut, cre], Sheila M. Gaynor [aut], Han Chen [aut]
Maintainer: Xihao Li <[email protected]>, Zilin Li <[email protected]>
Description: An R package for performing STAARpipeline in analyzing whole-genome/whole-exome sequencing data.
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ matrix_flip_minor <- function(G) {

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
.Call('_STAARpipeline_RcppExport_registerCCallable', PACKAGE = 'STAARpipeline')
.Call(`_STAARpipeline_RcppExport_registerCCallable`)
})
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please see the <a href="docs/STAARpipeline_manual.pdf">**STAARpipeline** user ma
## Data Availability
The whole-genome functional annotation data assembled from a variety of sources and the precomputed annotation principal components are available at the [Functional Annotation of Variant - Online Resource (FAVOR)](https://favor.genohub.org) site and [FAVOR Essential Database](https://doi.org/10.7910/DVN/1VGTJI).
## Version
The current version is 0.9.7 (May 19, 2024).
The current version is 0.9.7.1 (August 9, 2024).
## Citation
If you use **STAARpipeline** and **STAARpipelineSummary** for your work, please cite:

Expand Down
Binary file modified docs/STAARpipeline_manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ RcppExport SEXP _STAARpipeline_matrix_flip_mean(SEXP GSEXP) {
if (rcpp_isError_gen) {
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
UNPROTECT(1);
Rf_error(CHAR(rcpp_msgSEXP_gen));
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
}
UNPROTECT(1);
return rcpp_result_gen;
Expand Down Expand Up @@ -243,7 +243,7 @@ RcppExport SEXP _STAARpipeline_matrix_flip_minor(SEXP GSEXP) {
if (rcpp_isError_gen) {
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
UNPROTECT(1);
Rf_error(CHAR(rcpp_msgSEXP_gen));
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
}
UNPROTECT(1);
return rcpp_result_gen;
Expand Down

0 comments on commit e871c66

Please sign in to comment.