Skip to content

Commit

Permalink
Updating GH actions, small fixes for v8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 20, 2024
1 parent 74ef4a9 commit 586651d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/regenotyping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rule mergeBams:
bam=selected_input_bam,
bai=selected_input_bai,
labels="{folder}/{sample}/cell_selection/labels.tsv",
ploidy_summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
output:
temp("{folder}/{sample}/merged_bam/merged.raw.bam"),
log:
Expand Down Expand Up @@ -62,7 +63,6 @@ rule regenotype_SNVs:
fasta_index="{fasta}.fai".format(
fasta=config["references_data"][config["reference"]]["reference_fasta"]
),
ploidy_summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
output:
vcf="{folder}/{sample}/snv_genotyping/{chrom,chr[0-9A-Z]+}.vcf",
log:
Expand Down
1 change: 1 addition & 0 deletions workflow/rules/strandphaser.smk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ rule merge_strandphaser_vcfs:
input:
vcfs=aggregate_vcf_gz,
tbis=aggregate_vcf_gz_tbi,
ploidy_summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
output:
vcfgz="{folder}/{sample}/strandphaser/phased-snvs/{sample}.vcf.gz",
log:
Expand Down

0 comments on commit 586651d

Please sign in to comment.