Skip to content

Commit

Permalink
change output type
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Oct 25, 2024
1 parent 35e9d74 commit 11d56dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/theiacov/updates/wf_ncbi_scrub_pe.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ workflow dehost_pe {
Int ncbi_scrub_human_spots_removed = ncbi_scrub_pe.human_spots_removed
String ncbi_scrub_docker = ncbi_scrub_pe.ncbi_scrub_docker
Float kraken2_human_dehosted = kraken2.kraken2_percent_human
Float kraken2_sc2_dehosted = kraken2.kraken2_percent_sc2
String kraken2_sc2_dehosted = kraken2.kraken2_percent_sc2
File kraken2_report_dehosted = kraken2.kraken2_report
String kraken2_version_dehosted = kraken2.kraken2_version
}
Expand Down
2 changes: 1 addition & 1 deletion workflows/theiacov/updates/wf_ncbi_scrub_se.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ workflow dehost_se {
String ncbi_scrub_docker = ncbi_scrub_se.ncbi_scrub_docker
Int ncbi_scrub_human_spots_removed = ncbi_scrub_se.human_spots_removed
Float kraken2_human_dehosted = kraken2.kraken2_percent_human
Float kraken2_sc2_dehosted = kraken2.kraken2_percent_sc2
String kraken2_sc2_dehosted = kraken2.kraken2_percent_sc2
String kraken2_version_dehosted = kraken2.kraken2_version
File kraken2_report_dehosted = kraken2.kraken2_report
}
Expand Down

0 comments on commit 11d56dd

Please sign in to comment.