Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Nov 7, 2024
1 parent 2b055a4 commit cb62427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/taxon_id/contamination/task_kraken2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ task kraken2_parse_classified {
File kraken_report = "~{samplename}.report_parsed.txt"
Float percent_human = read_float("PERCENT_HUMAN")
String percent_sc2 = read_string("PERCENT_SC2")
String percent_target_organism = read_string("PERCENT_TARGET_ORG")
String percent_target_organism = read_string("PERCENT_TARGET_ORGANISM")
String? kraken_target_organism = target_organism
}
runtime {
Expand Down

0 comments on commit cb62427

Please sign in to comment.