User Tools

Site Tools


contributors:team_4_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
contributors:team_4_page [2015/05/07 23:33]
JaredC [ABySS]
contributors:team_4_page [2015/05/08 02:04]
JaredC
Line 13: Line 13:
 =====ABySS overview===== =====ABySS overview=====
  
-ABySS is published by Canada'​s Michael Smith Genome Sciences Centre, and was the first //de novo// assembler for large genomes recommended bu Illumina in [[http://​www.illumina.com/​Documents/​products/​technotes/​technote_denovo_assembly_ecoli.pdf|this technical note]] ​ when using only their data.+ABySS is published by Canada'​s Michael Smith Genome Sciences Centre, and was the first //de novo// assembler for large genomes recommended bu Illumina in [[http://​www.illumina.com/​Documents/​products/​technotes/​technote_denovo_assembly_ecoli.pdf|this technical note]] ​ when using only their data. The ABySS team are active members on [[https://​www.biostars.org/​t/​Abyss/​|BioStars]] where they recommend all technical questions be asked.
  
 [[http://​www.bcgsc.ca/​platform/​bioinfo/​software/​abyss | ABySS main site]] [[http://​www.bcgsc.ca/​platform/​bioinfo/​software/​abyss | ABySS main site]]
Line 21: Line 21:
 [[https://​github.com/​bcgsc/​abyss| ABySS manual and source code]] [[https://​github.com/​bcgsc/​abyss| ABySS manual and source code]]
  
 +=====Installing ABySS=====
 +
 +ABySS source code was downloaded from Github
 +<​code>​
 +% lftpget https://​github.com/​bcgsc/​abyss/​archive/​master.zip
 +</​code>​
 +ABySS needs to be configured with it's dependencies
 +<​code>​
 +% ./configure --prefix=/​campusdata/​BME235\
 +% --enable-dependency-tracking\
 +% --with-boost=/​campusdata/​BME235/​include/​boost\
 +% --with-mpi=/​campusdata/​BME235/​include\
 +% CC=gcc-4.9.2 CXX=g++-4.9.2\
 +% CPPFLAGS=-I/​campusdata/​BME235/​include/​sparsehash
 +</​code>​
 +Then ABySS can be installed via the makefile
 +<​code>​
 +% make
 +% make install
 +</​code>​
  
 =====ABySS parameters===== =====ABySS parameters=====
contributors/team_4_page.txt · Last modified: 2015/07/18 20:52 by 92.247.181.31