converter fastq_to_tabular.py '$input_file' '$output_file' '${input_file.extension[len( 'fastq' ):]}' **What it does** This tool converts FASTQ sequencing reads to a Tabular file. Tab characters, if present in the source FASTQ file, will be converted to spaces.