Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Nov 27, 2023
1 parent ff4a9a3 commit 17b7338
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/gene_typing/task_flu_antiviral_subs.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ task serialization {
python3 -c "print(', '.join([mutation for mutation in '~{sep=',' flu_xofluza_resistance_array}'.split(',') if mutation != '']))" > flu_xofluza_resistance.txt
python3 -c "print(', '.join([mutation for mutation in '~{sep=',' flu_zanamivir_resistance_array}'.split(',') if mutation != '']))" > flu_zanamivir_resistance.txt
CODE
>>>
output{
String flu_A_315675_resistance = read_string("flu_A_315675_resistance.txt")
Expand Down

0 comments on commit 17b7338

Please sign in to comment.