There are multiple instances of using "echo" meaninglessly.
In rules:
merge_align_stats_for_all_samples
merge_call_stats_for_all_samples
In script:
rBis.getReadStats.sh
There may be more. Please thoroughly check this out and clean up
rBis.getReadStats.sh complains about gzip
In line 66:
unaligned=$( zcat $unalignedFQ | wc -l)
Is this correct?
in the the same script
The same command is invoked multiple times, which is a waste of time
Please revise it.
also see if there are other similar instances revise them if any
Updated by Lim:
In script:
There may be more. Please thoroughly check this out and clean up
Is this correct?