Tag: parallelization

  • Leveraging Power of Parallelization in UNIX Scripts

    Leveraging Power of Parallelization in UNIX Scripts

    in

    — [show-jetpack-counter] reads

    I needed to convert a bunch of bam files back into fastq files. I was implementing a regular for loop to load the files and convert them, one by one, serially. After running the first batch of conversion, I realized that the process is too slow, and is not the best thing to do when…