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 9e32b48 commit 7e8ac18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -908,13 +908,13 @@ def get_all_plots(wildcards):

# Run summary section

# l_outputs.extend(
# expand(
# "{folder}/{sample}/config/run_summary.txt",
# folder=config["data_location"],
# sample=wildcards.sample,
# ),
# )
l_outputs.extend(
expand(
"{folder}/{sample}/config/run_summary.txt",
folder=config["data_location"],
sample=wildcards.sample,
),
)

# from pprint import pprint
# pprint(l_outputs)
Expand Down
2 changes: 0 additions & 2 deletions workflow/rules/strandphaser.smk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ rule run_strandphaser_per_chrom:
bsgenome="workflow/data/ref_genomes/config/BSgenome_{}.ok".format(
config["reference"]
),
summary="{folder}/{sample}/ploidy/ploidy_summary.txt",
output:
"{folder}/{sample}/strandphaser/StrandPhaseR_analysis.{chrom}/Phased/phased_haps.txt",
"{folder}/{sample}/strandphaser/StrandPhaseR_analysis.{chrom}/VCFfiles/{chrom}_phased.vcf",
Expand Down Expand Up @@ -76,7 +75,6 @@ rule run_strandphaser_per_chrom:
"""


ruleorder: summarise_ploidy > merge_strandphaser_vcfs


rule merge_strandphaser_vcfs:
Expand Down

0 comments on commit 7e8ac18

Please sign in to comment.