Skip to content

subworkflows_sequence_to_trimmed_fastq.cwl

APipe Tester edited this page Nov 29, 2021 · 1 revision

Documentation for sequence_to_trimmed_fastq.cwl

This page is auto-generated. Do not edit.

Overview

sequence (bam or fastqs) to trimmed fastqs

Inputs

Name Label Description Type Secondary Files
unaligned ../types/sequence_data.yml#sequence_data
adapters File
adapter_trim_end string
adapter_min_overlap int
max_uncalled int
min_readlength int
unzip_fastqs boolean?

Outputs

Name Label Description Type Secondary Files
fastqs File[]
fastq1 File
fastq2 File

Steps

Name CWL Run
sequence_to_fastq tools/sequence_to_fastq.cwl
trim_fastq tools/trim_fastq.cwl
Clone this wiki locally