Skip to content

Commit

Permalink
Update task_qc_check_phb.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
HNHalstead committed Feb 1, 2024
1 parent e4663ed commit 8fd29a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/quality_control/task_qc_check_phb.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ task qc_check_phb_waphl {
if "~{est_coverage_raw}" and qc_check == "PASS":
if float("~{est_coverage_raw}") < float(qc_check_df.loc["~{predicted_taxon}", "est_coverage_raw"]):
qc_check = "FAIL"
if "~{number_N}" and "~{number_Total}" and qc_check == "PASS":
perc_N = int("~{number_N}")/int("~{number_Total}")
if perc_N >= float(qc_check_df.loc["~{predicted_taxon}", "perc_N"]):
Expand Down

0 comments on commit 8fd29a8

Please sign in to comment.