2021-09-03 07:28:28 +00:00
|
|
|
name: bbmap_index
|
|
|
|
description: This module calls bbmap.sh to create an index from a fasta file, ready to be used by bbmap.sh in mapping mode.
|
|
|
|
keywords:
|
|
|
|
- mapping
|
|
|
|
- index
|
|
|
|
- fasta
|
|
|
|
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: ""
|
|
|
|
licence: ['UC-LBL license (see package)']
|
|
|
|
|
|
|
|
input:
|
|
|
|
- fasta:
|
|
|
|
type: fasta
|
|
|
|
description: fasta formatted file with nucleotide sequences
|
|
|
|
pattern: "*.{fna,fa,fasta}"
|
|
|
|
|
|
|
|
output:
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-09-03 07:28:28 +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-03 07:28:28 +00:00
|
|
|
- db:
|
|
|
|
type: directory
|
|
|
|
description: Directory with index files
|
|
|
|
pattern: "ref"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@daniellundin"
|