Skip to content

Commit

Permalink
Push sample to tbprofiler task
Browse files Browse the repository at this point in the history
  • Loading branch information
aofarrel committed Nov 22, 2023
1 parent cdbc3e4 commit ed64156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion myco_raw.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ workflow myco {
fastq1 = real_decontaminated_fastq_1,
fastq2 = real_decontaminated_fastq_2,
soft_all_qc = earlyQC_skip_QC,
minimum_pct_mapped = tbprofilerQC_min_pct_mapped
minimum_pct_mapped = tbprofilerQC_min_pct_mapped,
sample = decontam_each_sample.sample
}
# if this sample passes fastp, or if earlyQC_skip_QC is true...
if(qc_fastqs.status_code == pass) {
Expand Down

0 comments on commit ed64156

Please sign in to comment.