Skip to content

Commit

Permalink
fix broken html img tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Nov 18, 2019
1 parent 991c1f1 commit 727918c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ The generated figure is then saved in `figure.svg`, and looks like:

<img
src="https://raw.githubusercontent.com/gamcil/synthaser/master/img/cichorine_svg.png"
width="600"
>
width="600">

`synthaser` can also start batch searches, either by providing more than one sequence in
a query FASTA file (`-qf`), or more than one NCBI accession (`-qi`).
Expand All @@ -76,8 +75,7 @@ Produces:

<img
src="https://raw.githubusercontent.com/gamcil/synthaser/master/img/anid_pks.png"
width="600"
>
width="600">

Refer to `synthaser --help` for all tweakable parameters for generating the SVG.

Expand Down

0 comments on commit 727918c

Please sign in to comment.