trimFasta | R Documentation |
This function executes a ubuntu docker that remove reads shorter of a specific threshold
trimFasta(
group = c("sudo", "docker"),
scratch.folder,
data.folder,
min.length = 300
)
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 |
min.length |
min nucleotide lenght of each fasta seq |
Returns a fasta file colled trimmed.fasta.gz
Raffaele A Calogero, raffaele.calogero [at] unito [dot] it, University of Torino. Italy
## Not run:
#running fastq2fasta
trimfasta(group="docker", scratch.folder="/data/scratch", data.folder=getwd(), min.length=300)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.