Skip to content

Commit

Permalink
updating TestMultiome to run peak calling
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Feb 3, 2025
1 parent 1a02ba7 commit ba0982a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion verification/test-wdls/TestMultiome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ workflow TestMultiome {
String vault_token_path
String google_account_vault_path
Boolean run_cellbender = false
Boolean run_peak_calling = false

}

Expand Down Expand Up @@ -86,7 +87,8 @@ workflow TestMultiome {
soloMultiMappers = soloMultiMappers,
cloud_provider = cloud_provider,
gex_nhash_id = gex_nhash_id,
atac_nhash_id = atac_nhash_id
atac_nhash_id = atac_nhash_id,
run_peak_calling = run_peak_calling
}


Expand Down

0 comments on commit ba0982a

Please sign in to comment.