Skip to content

Commit

Permalink
fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
golu099 committed Nov 30, 2023
1 parent d6c8442 commit 06b56b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/megablast.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workflow megablast {

call tools.lca_megablast {
input:
trimmed_fasta = trim_rmdup_subsamp.trimmed_fasta,
trimmed_fasta = trim_rmdup_subsamp_reads.trimmed_fasta,
blast_db_tgz = blast_db_tgz,
taxonomy_db_tgz = taxonomy_db_tgz
}
Expand Down

0 comments on commit 06b56b2

Please sign in to comment.