- Selected
- |
- Default Values
- Nested Workflows
- Tools
- Inputs/Outputs
Inputs
ID | Type | Title | Doc |
---|---|---|---|
nthreads | Integer |
Number of threads |
|
quality_score | String | ||
input_fastq_files | File[] |
Input fastq files |
|
input_adapters_files | File[] |
Input adapters files |
|
trimmomatic_jar_path | String |
Trimmomatic Java jar file |
|
trimmomatic_java_opts | String (Optional) |
JVM arguments should be a quoted, space separated list |
Steps
ID | Runs | Label | Doc |
---|---|---|---|
trimmomatic |
../trimmomatic/trimmomatic.cwl
(CommandLineTool)
|
Trimmomatic is a fast, multithreaded command line tool that can be used to trim and crop Illumina (FASTQ) data as well as to remove adapters. These adapters can pose a real problem depending on the library preparation and downstream application. There are two major modes of the program: Paired end mode and Single end mode. The paired end mode will maintain correspondence of read pairs and also use the additional information contained in paired reads to better find adapter or PCR primer fragments introduced by the library preparation process. Trimmomatic works with FASTQ files (using phred + 33 or phred + 64 quality scores, depending on the Illumina pipeline used). |
|
extract_basename |
../utils/extract-basename.cwl
(CommandLineTool)
|
Extracts the base name of a file |
|
count_fastq_reads |
../utils/count-fastq-reads.cwl
(CommandLineTool)
|
Counts reads in a fastq file |
Outputs
ID | Type | Label | Doc |
---|---|---|---|
output_data_fastq_trimmed_files | File[] |
Trimmed fastq files |
|
output_trimmed_fastq_read_count | File[] |
Trimmed read counts of fastq files |
https://w3id.org/cwl/view/git/c269cecf317c699d6f3a0f44782e90914bce62b5/v1.0/ATAC-seq_pipeline/02-trim-se.cwl