Skip to content

Commit

Permalink
make phased bam files temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 6, 2024
1 parent 2a441d4 commit bdd5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/snakefiles/sv_naibr_pop_phase.smk
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rule phase_alignments:
aln = get_alignments,
ref = f"Genome/{bn}"
output:
bam = outdir + "/phasedbam/{sample}.bam",
bam = temp(outdir + "/phasedbam/{sample}.bam"),
log = outdir + "/logs/whatshap-haplotag/{sample}.phase.log"
params:
mol_dist
Expand Down

0 comments on commit bdd5692

Please sign in to comment.