Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to "chop" a large FASTQ PE file in half?

    Hello,

    I hesitate to use the following terms: "split", "partition", "trim" - because they all have special connotations.

    What I'd like to do is to take a large FASTQ file of PE reads and cut the file into two approximately equal halves. However, I want to do it in such a manner that a given file does not have only one half of a pair of a PE read group. In other words, I want to insure that when the file is halved, or split, that no PE reads are separated.

    For example, if I have a file with 11 PE reads, I do NOT want 5 reads in one file and 6 reads in another.

    Will FASTQ Splitter work for what I want?

    - Andor

  • #2
    Originally posted by cement_head View Post
    Hello,

    For example, if I have a file with 11 PE reads, I do NOT want 5 reads in one file and 6 reads in another.

    - Andor
    How would you split a PE dataset otherwise? I assume your PE reads are in two separate files (R1/R2) and the split would have to split both files?

    Comment


    • #3
      Originally posted by GenoMax View Post
      How would you split a PE dataset otherwise? I assume your PE reads are in two separate files (R1/R2) and the split would have to split both files?
      No, there are in ONE file, PE reads, RAW FASTQ.

      Comment


      • #4
        So your paired-end reads are interleaved? Why not use "split -n 2" to divide the original into to two parts. If you have an odd number of fastq records then using an explicit "split -l ((n+1)/2*4)" may be better (n = number of fastq records).
        Last edited by GenoMax; 08-07-2017, 08:28 AM.

        Comment


        • #5
          Didn't work, cut the file perfectly in half (FASTQ Splitter.pl)

          This from the developer "Currently FASTQ Splitter is not aware of read pairs. One possible solution is to execute FASTQ Splitter by specifying even number of reads for each part. E.g., with "--part-size 200000 --measure count" you'll get 100k pairs per part. You may have to count the reads and calculate the appropriate number of reads per part before that."

          I'll try this next.

          Comment

          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 on Modified Bases...
            Yesterday, 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
          45 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          46 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          39 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