Skip to content

Commit

Permalink
more specific wording for XDR Shigella classification output. Might h…
Browse files Browse the repository at this point in the history
…ave XDR non-Shigella samples (like E. coli) that would still be relevant to user
  • Loading branch information
kapsakcj committed Nov 1, 2023
1 parent a839193 commit c32d93f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/gene_typing/task_resfinder.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ task resfinder {
grep -qi "sulfamethoxazole" RESFINDER_PREDICTED_PHENO_RESISTANCE.txt && \
grep -qi "ampicillin" RESFINDER_PREDICTED_PHENO_RESISTANCE.txt; then
echo "XDR Shigella based on predicted resistance to ceftriaxone, azithromycin, ciprofloxacin, trimethoprim, sulfamethoxazole, and ampicillin. Please verify by reviewing ~{samplename}_pheno_table.tsv and ~{samplename}_ResFinder_results_tab.tsv"
echo "XDR" > RESFINDER_PREDICTED_XDR_SHIGELLA.txt
echo "XDR Shigella" > RESFINDER_PREDICTED_XDR_SHIGELLA.txt
else
echo "Not XDR"
echo "Not XDR" > RESFINDER_PREDICTED_XDR_SHIGELLA.txt
echo "Not XDR Shigella"
echo "Not XDR Shigella" > RESFINDER_PREDICTED_XDR_SHIGELLA.txt
fi

# set output strings for Resistance or no Resistance predicted for each of 6 drugs
Expand Down

0 comments on commit c32d93f

Please sign in to comment.