Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Quick Question, does Ray support hybrid assembly? 454 and illumina? Can ray do a reference assembly? Is there GUI?

    I almost got to using RAY but had huge problems with openmpi.

    Adrian

    Comment


    • #17
      Originally posted by AdrianP View Post
      Quick Question, does Ray support hybrid assembly?
      Yes.

      Ray: simultaneous assembly of reads from a mix of high-throughput sequencing technologies.
      Sébastien Boisvert, François Laviolette, and Jacques Corbeil.
      Journal of Computational Biology (Mary Ann Liebert, Inc. publishers).
      November 2010, 17(11): 1519-1533.
      doi:10.1089/cmb.2009.0238

      See others here too: http://denovoassembler.sourceforge.n...lications.html




      Originally posted by AdrianP View Post
      454 and illumina?
      Yes. See paper above.

      Originally posted by AdrianP View Post
      Can ray do a reference assembly?
      No. Ray only does de novo stuff.

      Originally posted by AdrianP View Post
      Is there GUI?
      Not in the vanilla, but I know that Applied Maths Inc. is working on one.

      See http://www.applied-maths.com/opensource/opensource.htm

      Originally posted by AdrianP View Post
      I almost got to using RAY but had huge problems with openmpi.

      Adrian
      Open-MPI is very easy to install. If you have a decent GNU/Linux distribution, then you can install it right away as a package.

      Otherwise:

      wget http://www.open-mpi.org/software/omp...-1.4.3.tar.bz2
      tar xjf openmpi-1.4.3.tar.bz2
      cd openmpi-1.4.3
      ./configure --prefix=$(pwd)/build
      make
      make install

      You now have Open-MPI in $(pwd)/build

      In particular, $(pwd)/build/bin/mpic++ and $(pwd)/build/bin/mpirun.

      Now add $(pwd)/build/bin to your path.

      For example in your .bashrc:

      export PATH=/home/boiseb01/software/openmpi-1.4.1/build/bin:$PATH


      Anyway, you should use a decent GNU/Linux distribution -- it makes things easier.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      59 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      51 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X