Skip to content

Commit

Permalink
Workshop release, hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
watronfire committed Sep 23, 2023
1 parent bbead03 commit 23e3079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
artifacts: "bacpage.zip"
token: ${{ secrets.GITHUB_TOKEN }}
body: "Latest release of bioinformatics pipeline."
tag: "v0.3"
tag: "v0.4w"
4 changes: 2 additions & 2 deletions workflow/rules/consensus_calling_Illumina.smk
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ rule generate_low_coverage_mask:
input:
alignment=rules.alignment_bwa.output.alignment
output:
depth="intermediates/illumina/depth/{sample}.depth",
depth_mask="intermediates/illumina/depth/{sample}.depthmask.bed"
depth=temp("intermediates/illumina/depth/{sample}.depth"),
depth_mask=temp("intermediates/illumina/depth/{sample}.depthmask.bed")
params:
minimum_depth=config["coverage_mask"]["required_depth"]
shell:
Expand Down

0 comments on commit 23e3079

Please sign in to comment.