Skip to content

Commit

Permalink
remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Aug 19, 2024
1 parent fba9f59 commit f81de90
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions workflow/rules/ref.smk
Original file line number Diff line number Diff line change
Expand Up @@ -191,34 +191,6 @@ rule get_human_genome:
"curl -SL -o {output} {params.human_genome} 2> {log}"


rule update_pangoLEARN:
output:
directory("results/{date}/pangolin/pangoLEARN"),
log:
"logs/{date}/pangolin/update.log",
conda:
"../envs/unix.yaml"
shell:
"(mkdir -p {output} &&"
" curl -L https://github.com/cov-lineages/pangoLEARN/archive/master.tar.gz |"
" tar xvz --strip-components=1 -C {output})"
" > {log} 2>&1"


rule update_lineages:
output:
directory("results/{date}/pangolin/lineages"),
log:
"logs/{date}/pangolin/update.log",
conda:
"../envs/unix.yaml"
shell:
"(mkdir -p {output} &&"
" curl -L https://github.com/cov-lineages/lineages/archive/master.tar.gz | "
" tar xvz --strip-components=1 -C {output})"
" > {log} 2>&1"


rule get_pangolin_data:
output:
"results/{date}/pangolin/pangolin-data.log",
Expand Down

0 comments on commit f81de90

Please sign in to comment.