]> git.donarmstrong.com Git - imprinted_genes.git/blobdiff - Makefile
add imprinted genes and imprinted genes information
[imprinted_genes.git] / Makefile
index b87aa21f22911187f642ab3af9f2eba75ce82c78..18dfbad2a43c5847e8354d30a42ead694b122e73 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,5 +16,8 @@ geneimprint_human.txt: geneimprint_human.html parse_geneimprint.pl
 parent_of_origin.txt: parent_of_origin.html parse_parent_of_origin.pl
        ./parse_parent_of_origin.pl $< > $@
 
-combined_imprinted_genes.txt: combine_imprinted_genes.R geneimprint_human.txt parent_of_origin.txt
+imprinted_genes.txt: combine_imprinted_genes.R geneimprint_human.txt parent_of_origin.txt
        $(R) $(ROPTS) -f $< --args $(wordlist 2,$(words $^),$^) $@
+
+imprinted_genes_information.txt: imprinted_genes.txt
+       ~/projects/chaim/bin/gene_info < $< > $@