You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
-
**Description**: SyMAP (Synteny Mapping and Analysis Program) is a software package for detecting, displaying, and querying syntenic relationships between a fully sequenced genome and (i) another sequenced genome, (ii) draft sequence, (iii) self-synteny, or (iv) FPC physical maps. It is designed for medium-to-high divergent eukaryotic genomes (not bacteria).
1
+
###SyMAP (Synteny Mapping and Analysis Program)###
2
2
3
-
**Download SyMAP tarball**: https://github.com/csoderlund/SyMAP/releases. The SyMAP tarball contains the executable jar files, external packages and demo files.
3
+
**Description**: SyMAP is a software package for detecting, displaying, and querying syntenic relationships between a fully sequenced genome and
4
+
(i) another sequenced genome, (ii) draft sequence, and (iii) self-synteny. It is designed for divergent eukaryotic genomes (not bacteria).
**Download SyMAP tarball**: https://github.com/csoderlund/SyMAP/releases. The SyMAP tarball contains the executable jar file, all necessary external software, and demo files.
6
7
7
-
**Requirements**: Java v17 or later and MySQL. SyMAP uses [MUMmer](https://mummer4.github.io) for the sequence to sequence alignment, which requires Perl. SyMAP has been tested on Linux and MacOS.
8
+
**Requirements**: Java v17 or later and MySQL (or MariaDB). SyMAP uses [MUMmer](https://mummer4.github.io) for the sequence to sequence alignment, which requires Perl.
9
+
SyMAP has been tested on Linux and MacOS.
10
+
11
+
**To use**:
12
+
1. Download the latest SyMAP tarball.
13
+
2. Put the tarball in the location you want the symap_5 directory and untar it (tar xf symap_5.tar.gz).
14
+
3. Follow the instructions in https://csoderlund.github.io/SyMAP/SystemGuide.html#demo to try the demo.
0 commit comments