Skip to content
Dreycey Albin edited this page May 16, 2019 · 1 revision

LoFreq (SV caller)

Installation

INSTRUCTIONS ON HOW TO INSTALL USING TERMINAL

  • installation for MacOS N/A -- not added yet
  • installation for Linux
git clone https://github.com/CSB5/lofreq
cd lofreq/
./bootstrap
libtoolize
./bootstrap
./configure SAMTOOLS=/path-to-samtools HTSLIB=/path-to-htslib
make

Now typing lofreq into the terminal should work:

lofreq

ouputting the lofreq symbol and commands

OR

install binary

Basic commands

INPUT

  • LoFreq can use illumina, IonTorrent, or pacbio
lofreq <command> [options]
lofreq call -f ref.fa -o vars.vcf aln.bam

OUTPUT

PUT FILES HERE
GENERAL OUTPUT FROM PROGRAM (files and commands)

Example_1 -- using sniffles test set

Input files

  • output files from using Bowtie (use those files)

commands

lofreq call -f GCF_000006765.1_ASM676v1_genomic.fna -o illumina_vars.vcf illumina.sorted.bam

Output files

  • output is a variant calling file
illumina_vars.vcf

Bioinformatics tools

These are a growing collection of manuals for commonly used bioinformatics tools.

How to use

Just go to the page for the tool you are trying to use, and scroll through the page to download and install. That simple. The goal is to add extra documentation for using these tools, in addition to what is already supplied by the manual pages for the programs.

Clone this wiki locally