Skip to content

Commit

Permalink
remove quotes around probability_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc3 committed Feb 4, 2025
1 parent 6a5f83f commit e1cdc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ task PeakCalling {
Int disk_size = 500
Int mem_size = 64
Int nthreads = 4
}
}gi
parameter_meta {
annotations_gtf: "GTF for SnapATAC2 to calculate TSS sites of fragment file."
Expand Down Expand Up @@ -704,7 +704,7 @@ task PeakCalling {
min_counts = "~{min_counts}"
min_tsse = "~{min_tsse}"
max_counts = "~{max_counts}"
probability_threshold = "~{probability_threshold}"
probability_threshold = ~{probability_threshold}
print("Peak calling starting...")
atac_data = snap.read(metrics_h5ad)
Expand Down

0 comments on commit e1cdc14

Please sign in to comment.