2021-03-24 05:05:45 +00:00
|
|
|
name: flash
|
|
|
|
description: Perform merging of mate paired-end sequencing reads
|
|
|
|
keywords:
|
|
|
|
- sort
|
|
|
|
- reads merging
|
|
|
|
- merge mate pairs
|
|
|
|
tools:
|
|
|
|
- flash:
|
2021-03-24 09:53:41 +00:00
|
|
|
description: |
|
2021-03-24 05:05:45 +00:00
|
|
|
Merge mates from fragments that are shorter than twice the read length
|
|
|
|
homepage: https://ccb.jhu.edu/software/FLASH/
|
|
|
|
documentation: {}
|
|
|
|
doi: 10.1093/bioinformatics/btr507
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v3+"]
|
2021-03-24 05:05:45 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- reads:
|
|
|
|
type: file
|
|
|
|
description: |
|
|
|
|
List of input FastQ files of size 2; i.e., paired-end data.
|
|
|
|
pattern: "*fastq.gz"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- reads:
|
|
|
|
type: file
|
|
|
|
description: The merged fastq reads
|
|
|
|
pattern: "*fastq.gz"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-03-24 05:05:45 +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-03-24 05:05:45 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@Erkison"
|