Skip to content

Commit

Permalink
more meaningful info
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Oct 26, 2023
1 parent 6bd8434 commit 24c22e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/generate-overview-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def register_contig_lengths(assemblies, name):
elif "consensus" == used:
data.loc[sample, "Best Quality"] = "Consensus"
elif "not-accepted" == used:
data.loc[sample, "Best Quality"] = "-"
data.loc[sample, "Best Quality"] = "not accepted by QA"

# add pangolin results
for sample, file in iter_with_samples(snakemake.input.pangolin):
Expand Down

0 comments on commit 24c22e1

Please sign in to comment.