Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Ray Error: miscount of the number of reads

    Dear all,

    I am trying to run Ray to de novo assemble a nematode genome.
    I run into the following error:

    Code:
    mpirun \
    -n 32 \
    /mnt/Programs/Ray-2.3.1/Ray \
    -k 81 \
    -o rayk81 \
    -p ../../clean_reads/PE_1.noCont.ec.fa ../../clean_reads/PE_2.noCont.ec.fa \
    -p ../../clean_reads/MP3_1.noCont.ec.fa ../../clean_reads/MP3_2.noCont.ec.fa \
    -p ../../clean_reads/MP5_1.noCont.ec.fa ../../clean_reads/MP5_2.noCont.ec.fa \
    -p ../../clean_reads/MP8_1.noCont.ec.fa ../../clean_reads/MP8_2.noCont.ec.fa
    
    [.....]
    
    Rank 7: File ../../clean_reads/MP8_2.noCont.ec.fa (Number 7) has 10233322 sequences
    Rank 6: File ../../clean_reads/MP8_1.noCont.ec.fa (Number 6) has 10231913 sequences
    Rank 5: File ../../clean_reads/MP5_2.noCont.ec.fa (Number 5) has 10722610 sequences
    Rank 2: File ../../clean_reads/MP3_1.noCont.ec.fa (Number 2) has 14151655 sequences
    Rank 4: File ../../clean_reads/MP5_1.noCont.ec.fa (Number 4) has 10722031 sequences
    Rank 3: File ../../clean_reads/MP3_2.noCont.ec.fa (Number 3) has 14152522 sequences
    Rank 0: File ../../clean_reads/PE_1.noCont.ec.fa (Number 0) has 100860164 sequences
    Rank 1: File ../../clean_reads/PE_2.noCont.ec.fa (Number 1) has 100860164 sequences
    Rank 0 wrote rayk81/NumberOfSequences.txt
    Rank 0 wrote rayk81/SequencePartition.txt
    
    Rank 0 : Error, ../../clean_reads/MP3_1.noCont.ec.fa contains 14151655 sequences and ../../clean_reads/MP3_2.noCont.ec.fa contains 14152522 sequences (must be the same)
    The problem detected by Ray (not the same number of sequences in the left and right read files) is wrong. Actually Ray does not seem to correctly count the sequences:

    Code:
    grep -c '^>' ../../clean_reads/MP3_1.noCont.ec.fa
    9763950
    grep -c '^>' ../../clean_reads/MP3_2.noCont.ec.fa  
    9763950
    A head of my read files looks completely normal (regular multiline fasta).
    I have also run other assemblers successfully on this data, so I know there is no format problem with the files.

    Any insights on what could be causing this problem?

    Best Wishes,
    Sophie

Latest Articles

Collapse

  • seqadmin
    Best Practices for Single-Cell Sequencing Analysis
    by seqadmin



    While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
    06-06-2024, 07:15 AM
  • seqadmin
    Latest Developments in Precision Medicine
    by seqadmin



    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

    Somatic Genomics
    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
    05-24-2024, 01:16 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 06:58 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Started by seqadmin, 06-06-2024, 08:18 AM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 06-06-2024, 08:04 AM
0 responses
18 views
0 likes
Last Post seqadmin  
Started by seqadmin, 06-03-2024, 06:55 AM
0 responses
13 views
0 likes
Last Post seqadmin  
Working...
X