This PR fixes an issue encountered when getting read numbers from the output of fastq_info.sh. For some reason, in the paired-end case the tail -n 5 did not include the read numbers line. The suggested fix here uses sed to explicitly request file content from 'Number of Reads' onwards.
This PR fixes an issue encountered when getting read numbers from the output of fastq_info.sh. For some reason, in the paired-end case the tail -n 5 did not include the read numbers line. The suggested fix here uses sed to explicitly request file content from 'Number of Reads' onwards.