X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=18dfbad2a43c5847e8354d30a42ead694b122e73;hb=717b093feeae46252f82a76a6f955a0c898d237d;hp=b87aa21f22911187f642ab3af9f2eba75ce82c78;hpb=8f5f94cc8b0e750124693ffe3490175b9a049ff0;p=imprinted_genes.git diff --git a/Makefile b/Makefile index b87aa21..18dfbad 100644 --- 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 < $< > $@