Header Leaderboard Ad

Collapse

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

Collapse

Announcement

Collapse

SEQanswers June Challenge Has Begun!

The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!

For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 10:20 AM
          0 responses
          9 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-07-2023, 07:14 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-06-2023, 01:08 PM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 06-01-2023, 08:56 PM
          0 responses
          166 views
          0 likes
          Last Post seqadmin  
          Working...
          X