Hello,
I'm new to bioinformatics, my NGS dataset consists of 50 FASTQ files and each file is of size 10-15 GB.. I need to convert these FASTQ files to FASTA files.
P.S. I am using google colab
I have tried
!seqtk seq -a input.fastq > output.fasta
and I've tried cut paste command too but they are not working ,, I believe it is because the input file is too big..
can anybody plz help ??
Thanks in advance,