Skip to main content

blast_tblastn

Tags: blast tblastn alignment translation protein dna search fasta sample-scope

Search a translated nucleotide database using a protein query.

Uses TBLASTN to align amino acid query sequences (FASTA) against a nucleotide BLAST database that has been dynamically translated in all six reading frames. This is useful for finding gene homologs in unannotated genomic DNA.

Inputs

record (
meta: Record,
blastdb: Path
)
FieldTypeDescription
metaRecordGroovy Record containing sample information
blastdbPathA compressed tarball containing the nucleotide BLAST database
query: Path
NameTypeDescription
queryPathFASTA file containing amino acid query sequences

Outputs

record (
meta: Record,
tsv: Path,
results: Set<Path>,
logs: Set<Path?>,
nf_logs: Set<Path>,
versions: Set<Path>
)
FieldTypeDescription
metaRecordSample information record
tsvPathTab-delimited protein-to-translated nucleotide alignment results (BLAST outfmt 6)
resultsSet<Path>All output files to be published
logsSet<Path?>Optional program specific log files
nf_logsSet<Path>Nextflow-specific log files (e.g. .command.{begin
versionsSet<Path>A YAML formatted file with program versions

Parameters

TBLASTN Parameters

ParameterTypeDefaultDescription
--tblastn_querystringA fasta file containing the query sequences to BLAST against the database
--tblastn_outfmtstringsseqid qseqid pident qlen slen length nident positive mismatch gapopen gaps qstart qend sstart send evalue bitscoreThe columns to include with -outfmt 6
--tblastn_optsstringAdditional options to pass to BLASTN
--tblastn_qcov_hsp_percinteger50Percent query coverage per hsp
--tblastn_max_target_seqsinteger2000Maximum number of aligned sequences to keep

Used By

Subworkflows

  • tblastn - Search protein query sequences against nucleotide database.

Workflows

  • tblastn - Search against translated nucleotide databases using protein queries.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

BLAST_TBLASTN:
- blast: 2.17.0