You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task & workflow (TheiaCov_FASTA and others) completes successfully, but results in all 0s for output metrics: numberN, number ATCG, number_Degenerate, number_Total, percent_reference_coverage
Adding the -i case insensitive flag with grep -i [...] should resolve this and/or perhaps add other lower case letters in grep -E "C|c|A|a|T|t|G|g"
When you have a nucleotide fasta that is all lowercase:
The task & workflow (TheiaCov_FASTA and others) completes successfully, but results in all 0s for output metrics: numberN, number ATCG, number_Degenerate, number_Total, percent_reference_coverage
Adding the -i case insensitive flag with
grep -i [...]
should resolve this and/or perhaps add other lower case letters ingrep -E "C|c|A|a|T|t|G|g"
public_health_viral_genomics/tasks/task_qc_utils.wdl
Lines 181 to 202 in acdbc23
The text was updated successfully, but these errors were encountered: