How to convert from fastq to fasta ?You can also convert between these formats by using command line tools. On Windows install WSL, on Mac or Linux start terminal Install BioPython Run following script: from Bio import SeqIO records = SeqIO.parse("THIS_IS_YOUR_INPUT_FILE.fastq", "...
运行: python3 fastq2a_NBCI_SRR.py test.fastq test.fasta