Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rzlim08 committed Oct 1, 2024
1 parent 105c419 commit 0bb19fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflows/long-read-mngs/run.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,8 @@ workflow czid_long_read_mngs {
String library_type = "RNA"
String guppy_basecaller_setting = "hac" # fast, hac, super
# The subsample_depth used to be 4000000 because to get 1 million reads we need to get
# 4 * 1000000 lines. But since we switched to using seqtk, we only need to provide the total number of reads.
Int subsample_depth = 1000000
File minimap_host_db
Expand Down

0 comments on commit 0bb19fd

Please sign in to comment.