Skip to content

Commit

Permalink
removing opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavia Negrete authored and Flavia Negrete committed Dec 7, 2023
1 parent 24ada6b commit 616659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_megablast.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ task lca_megablast {
input {
File trimmed_fasta
File blast_db_tgz
String+ db_name = "nt"
String db_name = "nt"
File taxonomy_db_tgz
String fasta_basename = basename(trimmed_fasta, ".fasta")
Int machine_mem_gb = 128
Expand Down

0 comments on commit 616659e

Please sign in to comment.