Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jan 21, 2025
1 parent 093faea commit 5e81613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ workflow ATAC {
File library_metrics = select_first([BB_fragment.atac_library_metrics, CreateFragmentFile.atac_library_metrics])

# if peakcalling task not called set peakcall_h5ad to null
File peakcall_h5ad = if (peak_calling) PeakCalling.peaks_h5ad else snap_metrics_atac
File peakcall_h5ad = (if (peak_calling) PeakCalling.peaks_h5ad else snap_metrics_atac)

output {
File bam_aligned_output = bam_aligned_output_atac
File fragment_file = fragment_file_atac
Expand Down

0 comments on commit 5e81613

Please sign in to comment.