Skip to content

Commit

Permalink
revert blast makeblastdb to original
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 29, 2024
1 parent d2dbd4a commit 0e6d799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
20 changes: 0 additions & 20 deletions modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff

This file was deleted.

1 change: 0 additions & 1 deletion modules/nf-core/blast/makeblastdb/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions workflows/ascc_organellar.nf
Original file line number Diff line number Diff line change
Expand Up @@ -430,18 +430,16 @@ workflow ASCC_ORGANELLAR {
.set { btk_input }

SANGER_TOL_BTK (
btk_input.fasta,
btk_input.samplesheet,
ESSENTIAL_JOBS.out.reference_tuple_from_GG,
GENERATE_SAMPLESHEET.out.csv,
params.diamond_uniprot_database_path,
params.nt_database_path,
params.diamond_uniprot_database_path,
[],
params.ncbi_taxonomy_path,
params.btk_yaml,
params.busco_lineages_folder,
params.busco_lineages,
params.taxid,
'GCA_0001'
)
ch_versions = ch_versions.mix(SANGER_TOL_BTK.out.versions)

Expand Down

0 comments on commit 0e6d799

Please sign in to comment.