I'm using Bowtie2 to align some simulated E coli reads, on my laptop so it's taking a while, and the only measure of progress is the increasing size of the sam file Bowtie is writing. Unfortunately, I don't know how big that sam file should eventually get -- is there any rough guide to estimating the size of a sam file based on the size of the input fastq files? Is it nice and simple and they should be roughly the same size, or will it vary depending on the quality of the alignment?
Very nice, thanks. I'll hang on to that little script, might be very handy.
Took me a bit of time to get the percentages working though, ended up having to alter the line to
otherwise every division was returning zero.
Ah, yes, sorry - bc is set in my environment by default to use digits. I didn't think about that.