Skip to content

Commit 78f7f9d

Browse files
committed
chore: remove unused rule
1 parent 6dfb966 commit 78f7f9d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

workflow/rules/vaf.smk

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,22 +206,6 @@ use rule concat_vcf_fields as concat_variants with:
206206
OUTDIR/f"{OUTPUT_NAME}.variants.tsv",
207207

208208

209-
rule samtools_depth_all_sites:
210-
threads: 1
211-
conda: "../envs/var_calling.yaml"
212-
params:
213-
min_mq = 0,
214-
min_bq = config["VC"]["MIN_QUALITY"],
215-
input:
216-
bam = get_input_bam,
217-
output:
218-
OUTDIR / "samtools_depth_all_sites" / "{sample}.depth.tsv"
219-
log:
220-
LOGDIR / "samtools_depth_all_sites" / "{sample}.txt",
221-
shell:
222-
"samtools depth --threads {threads} -a -H -J -Q {params.min_bq} -q {params.min_mq} -o {output:q} {input:q} >{log:q} 2>&1"
223-
224-
225209
rule bcftools_mpileup_all_sites:
226210
threads: 1
227211
conda: "../envs/var_calling.yaml"

0 commit comments

Comments
 (0)