issue 1 : fastq folder is hardcoded as ./fastq/
issue 2: default code splits sample ID from FASTQ name by assuming sample ID is delimited by "_" and is the first element.
Solution: make more flexible by introducing parameters for the user to select exactly how these things are done.