Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GenoMax
    replied
    Example below is from a recent presentation by Drs. Simon Andrews and Tim Stevens (Babraham Institute, UK).

    -----------------------------------
    If you have gzipped fastq files then are the following result files equivalent?

    Code:
    $ cat seq1.fq.gz seq2.fq.gz > all1.fq.gz
    $ zcat seq1.fq.gz seq2.fq.gz | gzip -c > all2.fq.gz
    Answer is No.

    Explanation:

    Some decompressors (gzip for example) will read all of the data from all1.fq.gz, but others (the java GZipInputStream class for example) will not and will silently finish at the the end of the first concatenated file.

    Leave a comment:


  • dena.dinesh
    replied
    Originally posted by GenoMax View Post
    If source files are not compressed then that should be fine.
    Thanks Genomax. What do you mean by source files are not compressed? These were just fastq files and not associated with any zip or tar.

    Leave a comment:


  • GenoMax
    replied
    If source files are not compressed then that should be fine.

    Edit: If files are compressed then see the caveat in post #4.
    Last edited by GenoMax; 03-27-2015, 06:22 AM. Reason: added a caveat

    Leave a comment:


  • Combinig technical fastq files into a single fastq file

    Hi,

    I have technical replicate fastq files for some samples. For an example I have technical replicates like control_1a.fastq and control_1b.fastq. I would like to combine these two replicates as a single fastq file and do the same thing for other replicates also. is the following way of doing is right?

    cat control_1a.fastq control_1b.fastq > Control_1.fastq

    Kindly guide me.

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
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-09-2025, 09:42 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-08-2025, 03:17 PM
0 responses
29 views
0 likes
Last Post seqadmin  
Started by seqadmin, 01-03-2025, 11:18 AM
1 response
47 views
1 like
Last Post Tonia
by Tonia
 
Working...
X