| fastq2fasta | R Documentation | 
This function executes a ubuntu docker that convert a fastq.gz file in a fasta file using seqtk
fastq2fasta(group = c("sudo", "docker"), scratch.folder, data.folder)
group | 
 a character string. Two options: sudo or docker, depending to which group the user belongs  | 
scratch.folder | 
 a character string indicating the path of the scratch folder  | 
data.folder | 
 a character string indicating the folder where input data are located and where output will be written  | 
Returns sample.fasta file in the data.folder
Raffaele A Calogero, raffaele.calogero [at] unito [dot] it, University of Torino. Italy
## Not run: 
    #running fastq2fasta
    fastq2fasta(group="docker", scratch.folder="/data/scratch", data.folder=getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.