Skip to content

Commit

Permalink
Update figures
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Dec 15, 2017
1 parent 1abe803 commit 4b89543
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cd prophyle_assembler && make -j

## Algorithm

![Greedy assembly](greedy_assembly.png)
![Subtraction of k-mer sets](kmer_set_subtraction.png | width=300)
![Greedy assembly](figures/greedy_assembly.png)
![Subtraction of k-mer sets](figures/subtraction.png)


## Issues
Expand Down
13 changes: 13 additions & 0 deletions figures/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.PHONY: all clean

SHELL=/usr/bin/env bash -eo pipefail

.SECONDARY:

all:
convert -density 400 greedy_assembly.pdf greedy_assembly.png
convert subtraction.pdf subtraction.png

clean: ## Clean


Binary file added figures/greedy_assembly.pdf
Binary file not shown.
Binary file added figures/greedy_assembly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/subtraction.pdf
Binary file not shown.
Binary file added figures/subtraction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed greedy_assembly.png
Binary file not shown.
Binary file removed kmer_set_subtraction.png
Binary file not shown.

0 comments on commit 4b89543

Please sign in to comment.