From 730325fdf22404c6f251adae0da5ec6386c3962e Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 20 Sep 2023 11:23:05 +0100 Subject: [PATCH] JAL-629 Add link and example for BioJS image output --- help/help/html/features/clarguments-basic.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help/help/html/features/clarguments-basic.html b/help/help/html/features/clarguments-basic.html index 44c3459..f9fef90 100644 --- a/help/help/html/features/clarguments-basic.html +++ b/help/help/html/features/clarguments-basic.html @@ -556,7 +556,7 @@

Vector image export (svg, eps, html, biojs)

- Jalview can export an alignment in Encapsulated PostScript (eps), Scalable Vector Graphics (svg), HTML (html) or BioJSON -- another HTML format (biojs), by using, e.g. + Jalview can export an alignment in Encapsulated PostScript (eps), Scalable Vector Graphics (svg), HTML (html) or BioJSON -- another HTML format with an interactive MSA viewer (biojs), by using, e.g.

   jalview --open examples/uniref50.fa --colour gecos-flower --image printable.eps
   
@@ -565,6 +565,7 @@ jalview --open examples/uniref50.fa --colour gecos-flower --image printable.eps jalview --open examples/uniref50.fa --colour gecos-flower --image printable.postscript --type eps jalview --open examples/uniref50.fa --colour gecos-flower --image [type=eps]printable.postscript + jalview --open examples/uniref50.fa --colour gecos-flower --image [type=biojs]printable.html

-- 1.7.10.2