Skip to content

Commit

Permalink
Update required diamond wdl version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso committed May 9, 2024
1 parent b7f493e commit ab9da24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/long-read-mngs/run.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ workflow czid_long_read_mngs {
String? diamond_db
String diamond_args = "--long-reads --sensitive"
String diamond_wdl_version = "v1.0.0"
String diamond_wdl_version = "v1.1.0"
String minimap2_wdl_version = "v1.0.0"
Boolean use_deuterostome_filter = true
Expand Down
2 changes: 1 addition & 1 deletion workflows/short-read-mngs/non_host_alignment.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ workflow czid_non_host_alignment {
String minimap2_prefix = "gsnap"
String diamond_prefix = "rapsearch2"
String minimap2_wdl_version = "v1.0.0"
String diamond_wdl_version = "v1.0.0"
String diamond_wdl_version = "v1.1.0"
}
call RunAlignment_minimap2_out {
Expand Down

0 comments on commit ab9da24

Please sign in to comment.