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
    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