[go: up one dir, main page]

Skip to content

BioEvo/Isaac4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isaac Genome Alignment Software Copyright (c) 2010-2017 Illumina, Inc. All rights reserved.

This software is provided under the terms and conditions of the GNU GENERAL PUBLIC LICENSE Version 3

You should have received a copy of the GNU GENERAL PUBLIC LICENSE Version 3 along with this program. If not, see https://github.com/illumina/licenses/.


Isaac aligner

To configure and install the product, see the src/INSTALL.

The component algorithms for the Isaac aligner are intended for developers to re-use and improve them. This version is not commercially supported and provided as is under GNU GENERAL PUBLIC LICENSE Version 3. Isaac is included in the HiSeq Analysis Software described here which is commercially supported, and in the Isaac apps on the BaseSpace platform. For more information, see our blog post.

See src/Changes for the release history details.

Quick start guide

The following example command will get you through aligning some example PhiX data. For more examples and details please see src/markdown/manual.md

Process fastq data

Analyze a pair of fastq files and produce bam output.

$ <isaac>/bin/isaac-align -r <isaac>/share/*/data/examples/PhiX/iGenomes/PhiX/NCBI/1993-04-28/Sequence/Chromosomes/phix.fa -b <isaac>/share/*/data/examples/PhiX/Fastq -f fastq --use-bases-mask y150,y150 -m40

About

Isaac aligner version 4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.5%
  • CMake 3.2%
  • XSLT 2.7%
  • Other 1.6%