OVERVIEW
1.1 - ABOUT SEQEDITOR
SeqEditor is a Sequence Browser for the management and analysis of nucleotide and protein sequences of up to 300 megabases. This enables it to manage the largest chromosomes currently known. SeqEditor is an updated version of TIME, a former sequence editor (Muñoz et al. 2011) also implemented as a sequence editor in the former release of GPRO (Futami et al. 2011). The new version provides improved updates of the functions (translation of nucleotide sequences into proteins, editing of sequences, changes in the geometry and orientation of the sequences etc.) and also provides new utilities for the searching and filtering of sequences, ORFs and motifs, managing multiple files simultaneously, primer design, metrics inference, and more.CITING SEQEDITOR:
Hafez A, Futami R, Arastehfar A, Daneshnia F, Miguel A, Roig FJ, Soriano B, Perez-Sánchez J, Boekhout T, Gabaldón T, Llorens C. 2020. SeqEditor: an application for primer design and sequence analysis with or without GTF/GFF files. Bioinformatics, btaa903, https://doi.org/10.1093/bioinformatics/btaa903CITING THE GPRO SUITE:
Futami R, Muñoz-Pomer A, Viu JM, Dominguez-Escribá L, Covelli L, Bernet GP, Sempere JM, Moya A, Llorens C. 2011. GPRO: the professional tool for management, functional analysis and annotation of omic sequences and databases. Biotechvana Bioinformatics: 2011-SOFT3, http://bioinformatics.biotechvana.com/index.php/article/351.2 - VERSION and DOWNLOADS
SeqEditor is distributed as an installer for Windows 7 or later (64 bit), a self-extracting disk image for Mac OS X 10.6 or later (64 bit), and a compressed tarball file for Linux 2.6 kernel series or later (64 bit). You can download the latest version of these executables at this [link]1.3 - INSTALLING SEQEDITOR IN YOUR PC
Every software application of the GPRO suite is a standalone Java app that requires a minimum 2GB of RAM or higher as well as the installation of a Java JRE (Java Runtime Environment) version 6 or superior.To check if you already have a JRE installed on your computer, open a command line interface and type:
java -version |
$ java -version
|
To install the Windows version
Download the
SeqEditor-win32.win32.x86_64.zip file and unzip it.
Then browse to the executable file "VariantSeq.exe" and execute/run it.
To install the Mac version
Download the
SeqEditor-macosx.cocoa.x86_64.zip file and unzip it
Then browse to the executable binary file "VariantSeqr.app" and execute/run it.
To install the Linux version
Download the
SeqEditor-linux.gtk.x86_64.zip file and unzip itThen browse to the executable binary file "VariantSeq" and execute/run it.
1.4 - RAM ASSIGNATION TO YOUR PC
The amount of RAM memory assigned for SeqEditor can be tweaked in a configuration file named “SeqEditor.ini” that can be located inside SeqEditor application folder on Linux and Windows computers.On macOS computers, this configuration file can be found by right-clicking on SeqEditor.app → Show package contents → Contents → MacOS → SeqEditor.ini
Open the file with any plain text editor and locate these two following parameters:
- Xms1024m (Minimum allocated memory)
|
1.5 - GETTING FAMILIAR
SeqEditor can work as a fasta manager or as a graphical sequence browser. Figure 1 shows a screenshot of SeqEditor, whose layout is composed of four main sections: “directory browser” (controlling the information that displayed in a directory listing), “top menu” (allowing the user to access the sequence browser or to work with several sequences or fasta files at the same time), “sequence browser” (to graphically manage the sequence analysis), and “browser menu” allowing the users to analyze the current opened sequence at the sequence browser. Additional interfaces are also available to run the analyses or display summaries for each browser’s task. These include a “fasta manager dialog” that can be opened with any of the Top menu options and allows the user to analyze multiple sequences in a file or several fasta files, the “fasta file summary viewer” that shows the sequences included in a fasta file and their lengths, the “ORF Finder summary viewer”, that shows the found ORFs in a specific sequence and their characteristics, and the ”Browser task dialog”, that can be accessed through the browser menu options and varies in accordance to those functions.
Figure 1: Overview of SeqEditor.