cut delimeter breaks fastqc_summary.R
In this line:
https://git.mpi-cbg.de/bioinfo/ngs_tools/blob/master/common/fastqc_summary.R#L122
-d'\t'
is not necessary because cut
is aware of tabs and it breaks the script because a delimiter must be a single character.