Skip to content

Commit

Permalink
Merge pull request #49 from aofarrel/stricter-guardrails
Browse files Browse the repository at this point in the history
Stricter guardrail
  • Loading branch information
aofarrel authored Jun 6, 2024
2 parents 5eea4bc + 127adec commit c38d68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myco_sra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ workflow myco {
fastp_clean_after_decontam = clean_after_decontam,
QC_min_q30 = QC_min_q30 / 100.0,
preliminary_min_q30 = if guardrail_mode then 0.2 else 0.0000001,
timeout_map_reads = if guardrail_mode then 300 else 0,
timeout_decontam = if guardrail_mode then 600 else 0
timeout_map_reads = if guardrail_mode then 120 else 0,
timeout_decontam = if guardrail_mode then 300 else 0
# no subsample cutoff here because that happens during the pull task
}

Expand Down

0 comments on commit c38d68c

Please sign in to comment.