Annotate your sequences in five easy steps
- Open https://tfesenko.github.io/SeqAns/
- Load a FASTA file Click on File > Import FASTA file:
- Save it as an SVG file Save as SVG file by clicking on File>Save as SVG. The file will be saved in the browser's donwload folder as "sequence.svg"
Sequences are rendered in the browser using a JavaScript library called d3.js (v3). SeqAns uses FileSaver.js to save to file. SeqAns also uses local storage to preserve editings.
You can also run SeqAns directly from sources, just open the root index.html file in the browser of your choice, no server needed.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.