From 6c54858af75f598fd4ce41d8a225e6a8b64f91c9 Mon Sep 17 00:00:00 2001 From: crockettz <62550319+crockettz@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:20:34 -0500 Subject: [PATCH] Update path for genome loader in README Fix broken path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3237244..2dea678 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The standard python `coverage` package is used and coverage can be generated as ## Loading genomes, contigs, and features -The [genome loader](src/parsers/genome_loader.py) can be used to load and integrate data from related GFF and FASTA files. Currently, the loader requires a GFF file and two FASTA files (one for amino acid seqs, one for nucleic acid seqs) for each genome. The list of files to be processed should be specified in the genome paths file, which has the following format: +The [genome loader](src/cdm_data_loader_utils/parsers/genome_loader.py) can be used to load and integrate data from related GFF and FASTA files. Currently, the loader requires a GFF file and two FASTA files (one for amino acid seqs, one for nucleic acid seqs) for each genome. The list of files to be processed should be specified in the genome paths file, which has the following format: ```json {