Skip to content

Commit

Permalink
more chunks for minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja committed Feb 12, 2024
1 parent 46feed9 commit d096886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/index-generation/index-generation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ task GenerateIndexMinimap2 {
Int w = 8 # Minimizer window size default is 11 for short reads option
String I = "9999G" # Load at most NUM target bases into RAM for indexing
Int t = 20 # number of threads, doesn't really work for indexing I don't think
Int n_chunks = 20
Int n_chunks = 50
String docker_image_id
}

Expand Down

0 comments on commit d096886

Please sign in to comment.