Workflow Type: Common Workflow Language
Open
Transcriptome assembly workflow (paired-end version)
Click and drag the diagram to pan, double click or use the controls to zoom.
Inputs
ID | Name | Description | Type |
---|---|---|---|
read_files | FASTQ read file(s) | FASTQ file of reverse reads in Paired End mode |
|
forward_reads | Paired-end read file 1 | Read file 1 in FASTQ format |
|
reverse_reads | Paired-end read file 2 | Read file 2 in FASTQ format |
|
end_mode | read -end mode format | Read -end mode format to be specify to Trimmomatic |
|
trimmomatic_phred | quality score format | Either PHRED "33" or "64" specifies the base quality encoding. Default: 64 |
|
trimmomatic_slidingWindow | read filtering sliding window | Perform a sliding window trimming, cutting once the average quality within the window falls below a threshold. By considering multiple bases, a single poor quality base will not cause the removal of high quality data later in the read. specifies the number of bases to average across specifies the average quality required |
|
trinity_max_mem | maximum memory allocated to Trinity | Suggested max memory to use by Trinity where limiting can be enabled. (jellyfish, sorting, etc) provided in Gb of RAM, ie. --max_memory 10G |
|
trinity_cpu | number of CPUs allocated | number of CPUs to use, default: 2 |
|
trinity_seq_type | read file(s) format | type of reads: (fa or fq) |
|
trinity_ss_lib_type | Strand-specific RNA-Seq read orientation | Strand-specific RNA-Seq read orientation. if paired: RF or FR, if single: F or R. (dUTP method = RF). See web documentation |
|
Steps
ID | Name | Description |
---|---|---|
generate_raw_stats | Generates a QC for the provided read file(s). | Provide reverse and forward read files for paired-end (PE) or a single read file for single-end (SE). |
filter_reads | Filtering and trimmming read file(s) | Low quality trimming (low quality ends and sequences with < quality scores less than 15 over a 4 nucleotide wide window are removed) |
run_assembly | Runs the actual assembly | provide filtered/trimmed read file(s) |
generate_filtered_stats | Generates a QC for the filtered read file(s). | Provide filtered/trimmed read file(s) |
evaluate_contigs | Evaluates the contig quality. | Provide the assembled contigs (FASTA file) |
Outputs
ID | Name | Description | Type |
---|---|---|---|
raw_qc_report | n/a | n/a |
|
raw_html_report | n/a | n/a |
|
filtered_qc_report | n/a | n/a |
|
filtered_html_report | n/a | n/a |
|
trimmomatic_log_file | n/a | n/a |
|
forward_reads_paired | n/a | n/a |
|
forward_reads_unpaired | n/a | n/a |
|
reverse_reads_paired | n/a | n/a |
|
reverse_reads_unpaired | n/a | n/a |
|
assembly_output_dir | n/a | n/a |
|
assembled_contigs | n/a | n/a |
|
transrate_output_dir | n/a | n/a |
|
Version History
Version 1 (earliest) Created 25th Feb 2020 at 13:18 by Finn Bacall
Added/updated 15 files
Open
master
0261543
Creators and Submitter
Creators
Not specifiedAdditional credit
Arnaud Meng, Maxim Scheremetjew
Submitter
License
Activity
Views: 1685 Downloads: 244
Created: 25th Feb 2020 at 13:18
Last updated: 25th Feb 2020 at 15:17
Tags
This item has not yet been tagged.
Attributions
None