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
    Recent Innovations in Spatial Biology
    by seqadmin


    Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

    3D Genomics
    While spatial biology often involves studying proteins and RNAs in their...
    01-01-2025, 07:30 PM
  • seqadmin
    Advancing Precision Medicine for Rare Diseases in Children
    by seqadmin




    Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
    12-16-2024, 07:57 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 01-09-2025, 04:04 PM
0 responses
432 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-09-2025, 09:42 AM
0 responses
441 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-08-2025, 03:17 PM
0 responses
453 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-03-2025, 11:18 AM
1 response
50 views
1 like
Last Post Tonia
by Tonia
 
Working...
X