2021-09-20 09:27:34 +00:00
|
|
|
name: bbmap_align
|
|
|
|
description: write your description here
|
|
|
|
keywords:
|
|
|
|
- align
|
|
|
|
- map
|
|
|
|
- fasta
|
|
|
|
- genome
|
|
|
|
- reference
|
|
|
|
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-09-20 09:27:34 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- fastq:
|
|
|
|
type: file
|
|
|
|
description: |
|
2022-02-15 11:15:27 +00:00
|
|
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
|
|
|
|
respectively.
|
2021-09-20 09:27:34 +00:00
|
|
|
- ref:
|
|
|
|
type: file
|
|
|
|
description: |
|
2022-02-15 11:15:27 +00:00
|
|
|
Either "ref" a directory containing an index, the name of another directory
|
|
|
|
with a "ref" subdirectory containing an index or the name of a fasta formatted
|
|
|
|
nucleotide file containg the reference to map to.
|
2021-09-20 09:27:34 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-09-20 09:27:34 +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-09-20 09:27:34 +00:00
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file
|
|
|
|
pattern: "*.{bam}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@erikrikarddaniel"
|