library(devtools)
devtools::load_all('/imppc/labs/lplab/share/marc/repos/ergWgsTools')
threads <- parallel::detectCores()
args <- commandArgs(trailingOnly = TRUE)
fastq_file <- args[1]
out_path <- args[2]
hisat2R(threads = threads,
fastq_file = fastq_file,
out_path = out_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.