Просмотр исходного кода

Disable XCF to PNG conversion

Imagemagick isn't up to the task, and doing it with a GIMP command
line isn't working either. conversion will need to be manual for now.
Ryan C. Thompson 5 лет назад
Родитель
Сommit
50b91bacf5

+ 4 - 4
Snakefile

@@ -360,10 +360,10 @@ rule png_rotate:
             raise ValueError("Cannot double-rotate")
         shell('convert {input:q} -rotate {wildcards.angle:q} {output:q}')
 
-rule xcf_to_png:
-    input: 'graphics/{filename}.xcf'
-    output: 'graphics/{filename}.png'
-    shell: 'convert {input:q} -flatten {output:q}'
+# rule xcf_to_png:
+#     input: 'graphics/{filename}.xcf'
+#     output: 'graphics/{filename}.png'
+#     shell: 'convert {input:q} -flatten {output:q}'
 
 rule R_to_html:
     '''Render an R script as syntax-hilighted HTML.'''

BIN
graphics/CD4-csaw/MOFA-LF-scatter-small.png


BIN
graphics/presentation/MOFA-varExplained-matrix-A.png


BIN
graphics/presentation/MOFA-varExplained-matrix-B.png


BIN
graphics/presentation/janeway-fig9.19-TCR.png


BIN
graphics/presentation/janeway-fig9.19-TCR.xcf


BIN
graphics/presentation/janeway-fig9.19.png


BIN
graphics/presentation/janeway-fig9.19.xcf


BIN
graphics/presentation/kidney-graft-survival.png