Create a fastPrimerTrim object Users have the option of trimming adapters from their data using bbduk.sh
1 2 3 4 5 6 7 8 9 10 11 12 13 |
inDir |
Required input. Path to directory containing FASTQ files. |
outDir |
Required input. Path to write output files. |
adapterList |
Required input. List of adapter sequences to remove from files. |
paired |
Default is FALSE. When TRUE, two adapter sequences will be expected in file listed in "listOfAdapters" |
validate |
Default is FALSE. When TRUE, all validation method are executed. |
maxMismatch |
Default is 2. Sets the number of bases to mismatch when aligning forward / reverse adapters to sequences. |
allowIndels |
Default is false. Allows gaps / insertions when aligning forward / reverse adapters to sequences. |
trimF |
Default is FALSE. Trim forward reads. |
trimR |
Default is FALSE. Trim reverse reads. |
orient |
Default is FALSE. Orient forward and reverse reads into the same direction |
compress |
Default is FALSE. When TRUE, all output files are gzipped. TODO: Add Example |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.