Provided the following list of example fastq files, create a python…

Question Answered step-by-step Provided the following list of example fastq files, create a python… Provided the following list of example fastq files, create a python loop/script that would automate the two genome assemblies:In command line, genome assembly code would be:abyss-pe name=SRA1_assembly k=100 B=4G in=’SRA1_1.fastq SRA1_2.fastq’abyss-pe name=SRA2_assembly k=100 B=4G in=’SRA2_1.fastq SRA2_2.fastq’Please create script in python to automate the above code.> list_fastq_files = [“SRA1_1.fastq”, “SRA1_2.fastq”, “SRA2_1.fastq”, “SRA2_2.fastq”]> for reads in list_fastq_files urgent Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)