]> git.donarmstrong.com Git - imprinted_genes.git/blob - Makefile
add parent of origin database
[imprinted_genes.git] / Makefile
1 #!/usr/bin/make -f
2
3 geneimprint_human.html:
4         wget -O $@ "http://www.geneimprint.com/site/genes-by-species.Homo+sapiens"
5
6
7 parent_of_origin.html:
8         wget -O $@ "http://igc.otago.ac.nz/FMPro?-DB=Catalogue.fm&-error=Error.html&-Format=Record3.html&Genetype=maingene&-SortField=Species&custom=Species&-SortField=Chr&custom=Chromosome&-SortField=Location&-SortOrder=Ascending&-Max=all&-Find"
9
10 geneimprint_human.txt: geneimprint_human.html parse_geneimprint.pl
11         ./parse_geneimprint.pl $< > $@
12
13 parent_of_origin.txt: parent_of_origin.html parse_parent_of_origin.pl
14         ./parse_parent_of_origin.pl $< > $@