Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • [Abyss de novo assembly] setting 127 k-mer length

    "How to set kmer length as 127?"

    Hello, I have a problem with setting kmer length as 127.

    1. The codes below gave errors.
    scha@node0:~/2_GRAPE/abyss2$ ./configure --prefix=/home/scha/2_GRAPE/abyss2/ --enable-maxk=128
    scha@node0:~/2_GRAPE/abyss2$ make AM_CXXFLAGS=-Wall
    scha@node0:~/2_GRAPE/abyss2$ make install
    2. So I made a change with the codes.
    scha@node0:~/2_GRAPE/abyss2$ ./configure --prefix=/home/scha/2_GRAPE/abyss2/127mer --enable-maxk=128
    scha@node0:~/2_GRAPE/abyss2$ make AM_CXXFLAGS=-Wall
    scha@node0:~/2_GRAPE/abyss2$ make install
    3. As a result, a new folder '127mer' was generated which also contained two folders 'bin' and 'share'.
    The program files in '/abyss2/bin' seemed to be the same as those in '/abyss2/127mer/bin'.

    4. I ran programs these two 'bin' folders.
    /abyss2/bin$ srun -p bigmem -c 16 abyss-pe k=127 n=10 in='chwd_R1.fastq chwd_R2.fastq' name=chwd3
    /abyss2/127mer/bin$ srun -p bigmem -c 16 abyss-pe k=127 n=10 in='chwd_R1.fastq chwd_R2.fastq' name=chwd3
    5. However, both of these gave the same errors.
    ABYSS: ../Common/Kmer.h:48: static void Kmer::setLength(unsigned int): Assertion `length <= 64' failed.
    make: *** [chwd3-1.fa] Aborted
    srun: error: node92: task 0: Exited with exit code 2
    6. When I checked a file, 'abyss2/config.h', it seems that MAS_KMER was set to be appropriate:
    /* maximum k-mer length */
    #define MAX_KMER 128
    I don't know why errors keeps occurring.
    Would you please give a piece of tips to fix errors?
    Thanks in advance.

Latest Articles

Collapse

  • 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
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
18 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
22 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
47 views
0 likes
Last Post seqadmin  
Working...
X