2021-02-09 15:58:36 +00:00
|
|
|
name: blast_blastn
|
|
|
|
description: Queries a BLAST DNA database
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- fasta
|
|
|
|
- blast
|
|
|
|
- blastn
|
|
|
|
- DNA sequence
|
2021-02-09 15:58:36 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- blast:
|
|
|
|
description: |
|
|
|
|
BLAST finds regions of similarity between biological sequences.
|
|
|
|
homepage: https://blast.ncbi.nlm.nih.gov/Blast.cgi
|
|
|
|
documentation: https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=Blastdocs
|
|
|
|
doi: 10.1016/S0022-2836(05)80360-2
|
|
|
|
licence: ["US-Government-Work"]
|
2021-02-09 15:58:36 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Input fasta file containing queries sequences
|
|
|
|
pattern: "*.{fa,fasta}"
|
|
|
|
- db:
|
|
|
|
type: directory
|
|
|
|
description: Directory containing blast database
|
|
|
|
pattern: "*"
|
2021-02-09 15:58:36 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- txt:
|
|
|
|
type: file
|
|
|
|
description: File containing blastn hits
|
|
|
|
pattern: "*.{blastn.txt}"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2021-02-09 15:58:36 +00:00
|
|
|
authors:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|