Skip to content

Commit

Permalink
fix subsample depth
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Oct 1, 2024
1 parent c49eed2 commit 105c419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/long-read-mngs/run.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ workflow czid_long_read_mngs {
String library_type = "RNA"
String guppy_basecaller_setting = "hac" # fast, hac, super
Int subsample_depth = 4000000 # should be 4x the number of reads desired
Int subsample_depth = 1000000
File minimap_host_db
File minimap_human_db
Expand Down

0 comments on commit 105c419

Please sign in to comment.