Skip to content

Instillation and Requirements

Abdulrahman Alasiri edited this page Jun 22, 2021 · 22 revisions

Install LoFTK

The scripts will work within the context of a certain Linux environment - in this case we have tested LoFTK on CentOS7 with:

  1. Simple Linux Utility for Resource Management (SLURM). To clone LoFTK for SLURM (default:master):
git clone https://github.com/CirculatoryHealth/LoFTK.git
  1. Sun Grid Engine (SGE). To clone LoFTK for SGE:
git clone -b LoFTK_SGE https://github.com/CirculatoryHealth/LoFTK.git`

Requirments

We recommend you to download LOFTEE that corresponded to your data Genome assembly (GRCh37 or GRCh38)

  1. LOFTEE for GRCh37 The following files are required to be downloaded.

  2. LOFTEE for GRCh38 The following files are required to be downloaded.

To export the path of samtools to your shell PATH, you need to execute the following command:

$ export PATH=/directory_to_your_samtools/:$PATH

or you can insert the command above in your .bash_profile or .bashrc in you home directory.