Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 091e363

Browse files
committed
sample code cleaning
1 parent 71e436e commit 091e363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
clean-sample-code :
66
@echo Cleaning sample code ...
77
@cd code; rm -rf .snakemake/ dats/ plots/ __pycache__/ \
8-
Snakefile config.yaml cluster.yaml results.txt Pipfile.lock
8+
Snakefile config.yaml cluster.yaml results.txt \
9+
zipf_analysis.tar.gz Pipfile.lock
910
@find code/ -name '*.pyc' -exec rm {} \;
1011

1112
## package-sample-code: package the sample code into downloadable archive

0 commit comments

Comments
 (0)