Announcement

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

  • How to using euler-sr to assebling 454 seq?

    I install eular in ubuntu8.10 x64, it runs well assembling sample data.
    command is : ${EUSRC}/assembly/Assemble.pl reads.fa 25

    Then i use my 454 seqs, it has been clean ahead.
    command is: ${EUSRC}/assembly/Assemble.pl 454reads.fa 25

    But the result looks have some mistakes. two assemblied seqs like that:
    >RUX0000005
    TGAATGTGTTCATGATGGTTGGGGGGTTGCTGTACTTGTTGGAGTG
    >RUX0000006
    TGAATGTGTTCATGATGGTTGGGGGTTGCTGTACTTGTTGGAGTG

    I think they are the same, but they are not assembly to one seq using euler-sr.

    Who can tell me what the problem I have?

    Thank you very much.

    PS: I also want to know how to check the quality of the contig file like cap3 or phrap results.

  • #2
    Most sequences like this get merged, so I'm not sure what happened in this case.

    You can manually re-do some of the steps in the assembly to get rid of these with the following commands:

    mkdir simple2
    ${EUSRC}/assembly/${MACHTYPE}/simplifyGraph simple/454reads.fa simple2/454reads.fa -removeBulges 75 -removeWhirls 75
    ${EUSRC}/assembly/${MACHTYPE}/transformGraph simple2/454reads.fa transformed/454reads.fa -minPathCount 3 -notStrict
    ${EUSRC}/assembly/${MACHTYPE}/printContigs transformed/454reads.fa
    cp transformed/reads.fa.contig .

    I've added a few changes in the forthcoming release that improve assembly results on unpaired 454 reads (or general improvements in the step that resolves repeats without mate pairs). If you want to post these reads I'll try and make sure this assembly is fixed in the release.

    -mark

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Advanced Tools Transforming the Field of Cytogenomics
      by seqadmin


      At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
      09-26-2023, 06:26 AM
    • seqadmin
      How RNA-Seq is Transforming Cancer Studies
      by seqadmin



      Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
      09-07-2023, 11:15 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:47 AM
    0 responses
    7 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 09:36 AM
    0 responses
    9 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 10-02-2023, 07:14 AM
    0 responses
    15 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-29-2023, 09:38 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Working...
    X