I'm looking to find an optimal global alignment for a coral genome to other mRNA sequences in other organisms. I pressed the download button to get the genome sequences(FASTA), Sequence Report(JSONL), and Assembly data report (JSONL). When it downloaded and I unzipped it. In data/GCA_025960835.1/sequence_report.jsonl it shows the different sequences and their information. I just want one of them but now I have to go get the file with the accession number or write a couple of functions to pull out the sequence I want. Is there a python solution to do this out the box that doesn't need much coding?
Thanks, David