Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The DE Quick Start tutorial provides an introduction to basic DE functionality and navigation.

...

Available at https://github.com/najoshi/sickle.

 

Sickle is a tool that uses sliding windows along with quality and length thresholds to determine when quality is sufficiently low to trim the 3'-end of reads and also determines when the quality is sufficiently high enough to trim the 5'-end of reads. It will also discard reads based upon the length threshold. It takes the quality values and slides a window across them whose length is 0.1 times the length of the read. If this length is less than 1, then the window is set to be equal to the length of the read. Otherwise, the window slides along the quality values until the average quality in the window rises above the threshold, at which point the algorithm determines where within the window the rise occurs and cuts the read and quality there for the 5'-end cut. Then when the average quality in the window drops below the threshold, the algorithm determines where in the window the drop occurs and cuts both the read and quality strings there for the 3'-end cut. However, if the length of the remaining sequence is less than the minimum length threshold, then the read is discarded entirely (or replaced with an "N" record). 5'-end trimming can be disabled.

 

Pre-Requisites

  1. An iPlant account. (Register for an iPlant account at user.iplantcollaborative.org.)
  2. The DE Quick Start tutorial provides an introduction to basic DE functionality and navigation.

...

  1. Mandatory arguments 
    1. Inputs: FASTQ files to be assessed.
    2. outFolder: Create all output files in this specified output directory.

  2. Optional arguments
    1. Adapters: Specifies a non-default file which contains the list of adapters sequences which will be searched against the library. The file must contain sets of named adapters in the form name[tab]sequence.  Lines prefixed with a hash will be ignored.
    2. Extract: If set then the zipped output file will be uncompressed in the same directory after it has been created.

  3. Test output:
    1. /iplant/home/xiaofei_iplant/Sorghum_chr8/chr8_test/FastQC_0.11.5_Apr7_Test8/test

...