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 586651d commit 2d09737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions workflow/envs/mc_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ dependencies:
# ArbiGent Hufsah deps
- pytables
- xopen
# Fix jbrowse tracks generation
- pybigwig
7 changes: 3 additions & 4 deletions workflow/rules/plots.smk
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,9 @@ rule jbrowse_genome_browser_file:
log:
"{folder}/log/JBROWSE/{sample}.log",
conda:
"/g/korbel2/weber/miniconda3/envs/genome_browsing"
# "../envs/genome_browsing.yaml"
container:
None
"../envs/mc_base.yaml"
# container:
# None
resources:
mem_mb=get_mem_mb,
shell:
Expand Down
5 changes: 4 additions & 1 deletion workflow/rules/strandphaser.smk
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,14 @@ rule run_strandphaser_per_chrom:
"""


ruleorder: summarise_ploidy > merge_strandphaser_vcfs


rule merge_strandphaser_vcfs:
input:
vcfs=aggregate_vcf_gz,
tbis=aggregate_vcf_gz_tbi,
ploidy_summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
output:
vcfgz="{folder}/{sample}/strandphaser/phased-snvs/{sample}.vcf.gz",
log:
Expand Down

0 comments on commit 2d09737

Please sign in to comment.