Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Jan 31, 2025
1 parent c664618 commit 328ec9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ workflow ATAC {
if (peak_calling) {
call PeakCalling {
input:
bam = BWAPairedEndAlignment.bam_aligned_output,
annotations_gtf = annotations_gtf,
metrics_h5ad = CreateFragmentFile.Snap_metrics,
chrom_sizes = chrom_sizes,
Expand Down Expand Up @@ -793,8 +792,8 @@ task PeakCalling {
atac_data_mod.uns[key] = atac_data_mod.uns[key].to_pandas()
print("Write into h5ad file")
atac_data_mod.write_h5ad("~{output_base_name}.cellbybin.h5ad")
peak_matrix.write_h5ad("~{output_base_name}.cellbypeak.h5ad")
atac_data_mod.write_h5ad("~{base_name}.cellbybin.h5ad")
peak_matrix.write_h5ad("~{base_name}.cellbypeak.h5ad")
CODE
>>>
Expand Down

0 comments on commit 328ec9a

Please sign in to comment.