Skip to content

Commit

Permalink
remove unused var & explain earlier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Jun 12, 2023
1 parent fd66f94 commit 5e07a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/species_typing/task_quasitools.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ task quasitools {
input {
File read1
File? read2
File mutation_db = "gs://theiagen-public-files/terra/hivgc-files/mutation_db.tsv"
String samplename
String docker = "quay.io/biocontainers/quasitools:0.7.0--pyh864c0ab_1"
}
Expand Down Expand Up @@ -44,6 +43,8 @@ task quasitools {
# -md : the minimum read depth for observed nucleotide variants to be included
# -ma : the minimum allele count for observed variants to be included
# -me : indicates that the median score will be used as a cutoff for read filtering

# the ${ont} needs to be on the same line as a different variable or it will fail
set -e
quasitools hydra \
-mf 0.05 ${ont} \
Expand Down

0 comments on commit 5e07a1f

Please sign in to comment.