Skip to content

Commit 4595fb4

Browse files
authored
Fix plots not updating in PRs (#257)
## Description Fix the bug where files, including plots, are not updating in PRs Fixes: #213 ## Minor Changes - Delete data/check-loci.txt from repo and remove it as a final product from the Snakemake ## Checklist - [ ] All changes are well summarized - [ ] Check all tests pass - [ ] Check that the website preview looks good - [ ] Update the STRchive version in `CITATION.cff`, format X.Y.Z. If any major changes, increment Y. If only minor changes, increment Z. If the breaking change (rare), increment X. - [ ] Ask someone to review this PR
1 parent acecbe6 commit 4595fb4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

data/check-loci.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

workflow/Snakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ wildcard_constraints:
3333
if stages == "all" or stages == "new-refs" or stages == "old-refs":
3434
rule all:
3535
input:
36-
# Check loci
37-
expand("{base_dir}check-loci.txt", base_dir = base_dir),
3836
# Citations
3937
expand("{base_dir}STRchive-citations.json", base_dir = base_dir),
4038
# TRGT bed files
@@ -56,8 +54,6 @@ if stages == "all" or stages == "new-refs" or stages == "old-refs":
5654
elif stages == "skip-refs":
5755
rule all:
5856
input:
59-
# Check loci
60-
expand("{base_dir}check-loci.txt", base_dir = base_dir),
6157
# TRGT bed files
6258
expand("{base_dir}STRchive-disease-loci.hg38.TRGT.bed", base_dir = base_dir),
6359
expand("{base_dir}STRchive-disease-loci.hg19.TRGT.bed", base_dir = base_dir),

0 commit comments

Comments
 (0)