2021-05-10 10:45:52 +00:00
|
|
|
name: bbmap_bbduk
|
|
|
|
description: Adapter and quality trimming of sequencing reads
|
|
|
|
keywords:
|
|
|
|
- trimming
|
|
|
|
- adapter trimming
|
|
|
|
- quality trimming
|
|
|
|
tools:
|
|
|
|
- bbmap:
|
|
|
|
description: BBMap is a short read aligner, as well as various other bioinformatic tools.
|
|
|
|
homepage: https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/
|
|
|
|
documentation: https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["UC-LBL license (see package)"]
|
2021-05-10 10:45:52 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- reads:
|
2022-02-15 11:15:27 +00:00
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
|
|
|
|
respectively.
|
2021-05-10 10:45:52 +00:00
|
|
|
- contaminants:
|
2022-02-15 11:15:27 +00:00
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
Reference files containing adapter and/or contaminant sequences for sequence kmer matching
|
2021-05-10 10:45:52 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- reads:
|
|
|
|
type: file
|
|
|
|
description: The trimmed/modified fastq reads
|
|
|
|
pattern: "*fastq.gz"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-05-10 10:45:52 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-05-10 10:45:52 +00:00
|
|
|
- log:
|
|
|
|
type: file
|
|
|
|
description: Bbduk log file
|
|
|
|
pattern: "*bbduk.log"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@MGordon09"
|