Skip to content

Commit

Permalink
Add: Taxonomy database information to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed May 22, 2021
1 parent d955616 commit 0a63e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions micone/pipelines/modules/tax_assignment/assign/blast.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ process blast {
script:
meta.tax_assignment = "blast"
reference_sequences = params.tax_assignment.assign['blast']['reference_sequences']
meta.taxonomy_database = reference_sequences
tax_map = params.tax_assignment.assign['blast']['tax_map']
max_accepts = params.tax_assignment.assign['blast']['max_accepts']
perc_identity = params.tax_assignment.assign['blast']['perc_identity']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ process naive_bayes {
script:
meta.tax_assignment = "naive_bayes"
classifier = params.tax_assignment.assign['naive_bayes']['classifier']
meta.taxonomy_database = classifier
confidence = params.tax_assignment.assign['naive_bayes']['confidence']
ncpus = params.tax_assignment.assign['naive_bayes']['ncpus']
template 'tax_assignment/assign/assign_taxonomy_naivebayes.sh'
Expand Down

0 comments on commit 0a63e03

Please sign in to comment.