Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • File compression tips

    Hi all,

    I have a large collection of FASTA files and tabular BLAST files ~30-60 TB that I would like to archive. Does anyone have any experience with saving storage space by sorting these files before compression? Or should I skip this and look into different compression formats other than GZIP?

    edit
    Will not be saved to an actual archive system.

    Thanks!
    Last edited by bio_boris; 08-25-2014, 09:48 AM.

  • #2
    hi bio_boris,
    I have some experience with compressing fastq (not fasta though) using double compression of tar.gz
    Though it would take lot of time (>1hr on a Linux wrkstn; fastq's of avg. 20Gb), about 3 fold compression is achieved.

    Comment


    • #3
      Sorting mapped files can save a lot of space, though sorting fasta, probably not so much, though it depends on the contents.

      I recommend that you use pigz, which can create gzip files using all available CPU cores and thus is way faster than gzip for the same compression level. That means you can increase to a higher compression level at the same or better speed. Syntax is just like gzip and the files are still compatible with gzip. There are higher-compression formats, but gzip is more ubiquitous and better supported.

      Comment


      • #4
        BZIP2 is better than GZIP, at the cost of compression and decompression speed.

        Many folks have bench marked the size and speed tradeoffs ...



        Note: (via stackoverlow http://stackoverflow.com/questions/4...with-all-cores ) ...
        find /source -type f -print0 | xargs -0 -n 1 -P $CORES gzip -9
        to saturate your CPUs if you don't have pigz (which is a great name for a program ... "pigz" ... cool).
        Last edited by Richard Finney; 08-25-2014, 09:24 AM.

        Comment


        • #5
          @bio_boris: If you are going to archive to tape then you should let the backup software take care of the compression.

          Comment


          • #6
            Originally posted by Richard Finney View Post
            BZIP2 is better than GZIP, at the cost of compression and decompression speed.
            I personally prefer bzip2 for that reason (the compression part), at least for archiving data. There is a program called pbzip2 that can be installed through your package manager and this speeds things up significantly by using all your CPUs, or any number you specify.

            Comment


            • #7
              pbzip2 is an efficient way to compress data.
              the command here will do the task

              tar cf outputfile_name --use-compress-prog=pbzip2 inputfile_or_directory

              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...
                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, Yesterday, 08:47 AM
              0 responses
              16 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              54 views
              0 likes
              Last Post seqadmin  
              Working...
              X