]> git.donarmstrong.com Git - diamond_presentation.git/blobdiff - diamond_paper_figures/Makefile
crop out diamond figures into subfigures
[diamond_presentation.git] / diamond_paper_figures / Makefile
index 71fbc22b44e7b3c62d103912154a3ac36492fab7..5b12395657c6a970f91e425bc7cd5bbd5eb0d501 100644 (file)
@@ -15,3 +15,12 @@ $(MBLAST_FIGURES): mblast_%.png:
        wget -O temp.gif "http://www.omicsonline.org/JDMGPimages/2153-0602-4-135-g00$*.gif"
        convert temp.gif $@
        rm -f temp.gif
+
+diamond_F1_a.jpg: diamond_F1.jpg
+       convert -crop '335x311+0x0' $^ $@
+
+diamond_F1_b.jpg: diamond_F1.jpg
+       convert -crop '320x311+335x0' $^ $@
+
+diamond_F1_c.jpg: diamond_F1.jpg
+       convert -crop '291x311+655x0' $^ $@