Installing RepeatMasker
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the source package.
tar zxvf RepeatMasker-open-4-0-7.tar.gz
- Go to the directory generated after the decompression.
cd RepeatMasker
- Perform the compilation and installation.
perl ./configure
Specify the perl/rmblast/trf path as prompted. If environment variables have been loaded for the previous dependencies, the correct path can be identified by default.
- Load the environment variable for the executable file generated in the source code root directory.
export PATH=/path/to/repeatmasker:$PATH
- (Optional) Register and download Repbase (http://www.girinst.org), decompress the Repbase package, and save it to the RepeatMasker/Libraries directory.
Perform this operation when you need to use the Repbase database to save species data.
Parent topic: Configuring the Compilation Environment