Select Git revision
sequence_finder.py
-
Fanis Baikas authored
Created README.md and license files. Added run_exp1.sh and run_exp2.sh scripts. Fixed bug in sequence_finder.py.
Fanis Baikas authoredCreated README.md and license files. Added run_exp1.sh and run_exp2.sh scripts. Fixed bug in sequence_finder.py.
setup.R 247 B
#' Sets package parameters etc
#'
#' \code{setup} loads global package parameters and settings via env.R
#'
#'
#' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}
#' @export
#'
setup <- function() {
source(paste0(here::here(), "/env.R"))
}