Open nofal-50404 opened 4 years ago
We have a .fq.gz file and we tried to make "fastqc" for each read using terminal by the following commands. However, using gzip, gunzip and tar but gave error for f in ~/ngs2/fqData/*.fq.gz;do fastqc fastq -noextract $f;done
we will change the file name suffix to into .fq then we will gzip them again using a python script.
We have a .fq.gz file and we tried to make "fastqc" for each read using terminal by the following commands. However, using gzip, gunzip and tar but gave error for f in ~/ngs2/fqData/*.fq.gz;do fastqc fastq -noextract $f;done
Error: not in gzip format