HTProcess_trimmomatic-0.33

IHTProcess_trimmomatic-0.33

Community rating: ?????

Trims reads initialized with HTProcess_fastqc for quality control, and runs fastqc on them again.

Quick Start

  • To use HTProcess_trimmomatic-0.33, import your data from the output of HTProcess_fastqc-0.2, or HTProcess-prepare_directories_and_run_fastqc-0.2. The input is a directory named HTProcess_reads.
  • Resources: http://www.usadellab.org/cms/?page=trimmomatic

Test Data

Test data for this app appears directly in the Discovery Environment in the Data window under Community Data -> iplantcollaborative -> example_data -> htprocess1 -> HTProcess_fastqc

Use the HTProcess_Reads directory

Input File(s)

Use the output directory, HTProcess_READS, from HTProcess_fastqc-0.2 from the directory above as test input.

Parameters Used in App

When the app is run in the Discovery Environment, use the following parameters with the above input file(s) to get the output provided in the next section below.

Headcrop Integer 12
Illuminaclip Adapter fasta file (this file is shared with program 2) Input /iplant/home/rogerab/test_dir/illumina_adapters.fa
Illuminaclip settings/seed mismatches Integer 2
Illuminaclip settings/palindrome clip threshold: Integer 25
Illuminaclip settings/simple clip threshold Integer 10
Leading Integer
Trailing Integer
Sliding Window Settings/window size Integer 4
Sliding Window Settings/average quality Integer 18
Max Info Settings/target read length Integer
Max Info Settings/strictness Double
Crop Integer
Minimum read length (shared setting with Program 2) Integer 60
Headcrop Integer
Illuminaclip settings/seed mismatches Integer
Illuminaclip settings/palindrome clip threshold: Integer
Illuminaclip settings/simple clip threshold Integer
Leading Integer
Trailing Integer
Sliding Window Settings/window size Integer
Sliding Window Settings/average quality Integer
Max Info Settings/target read length Integer
Max Info Settings/strictness Double
Crop Integer
HeadcropInteger 12

Illuminaclip Adapter fasta file (this file is shared with program 2) illumina_adapters.fa

Illuminaclip settings/seed mismatches  Integer 2

Illuminaclip settings/palindrome clip threshold Integer 25

Illuminaclip settings/simple clip threshold Integer 10

Sliding Window Settings/window size Integer  4

Sliding Window Settings/average quality Integer 18

Output File(s)

Expect as output a directory named HTProcess_Reads_T1, as well as a separate summary file for running fastqc again on all fastq files.

An example is found here:Community Data -> iplantcollaborative -> example_data -> htprocess1 -> HTProcess_trimmomatic

Tool Source for App