fastqc: A function to handle a docker containier executing fastqc

View source: R/fastqc.R

fastqcR Documentation

A function to handle a docker containier executing fastqc

Description

This function executes a ubuntu docker that produces as output FASTQCstdin_fastqc.html and stdin_fastqc.zip files

Usage

fastqc(group = c("sudo", "docker"), data.folder)

Arguments

group,

a character string. Two options: sudo or docker, depending to which group the user belongs

data.folder,

a character string indicating the folder where input data are located and where output will be written

Author(s)

Raffaele Calogero, raffaele.calogero [at] unito [dot] it, University of Torino

Examples

## Not run: 
    system("wget http://130.192.119.59/public/test_R1.fastq.gz")
    #running fastqc
    fastqc(group="docker", data.folder=getwd())

## End(Not run)


kendomaniac/CASC documentation built on Oct. 4, 2023, 11:10 a.m.