Skip to content

Commit

Permalink
Added a simple makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dalloliogm committed Nov 5, 2008
1 parent 47b6258 commit 222f13d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@

help:
@echo 'type "make filter" to calculate results/filtered_windows.txt'

filter: results/filtered_windows.txt

results/filtered_windows.txt: data/OUT_DAF_lower_filtrat.txt data/Genes.txt src/filter_genes.py
@cd src; python filter_genes.py --genes data/Genes.txt --windows data/OUT_DAF_lower_filtrat.txt --output results/filtered_windows.txt
@echo "Results created in $@"


0 comments on commit 222f13d

Please sign in to comment.