Hello,
I'm trying to create a genome package for Lotus japonicus from NCBI and I'm getting the following error:
forgeBSgenomeDataPkgFromNCBI(assembly_accession="GCA_012489685.2",
pkg_maintainer="Francisco Franco <ffrancopiccioli@gmail.com>",
organism="Lotus japonicus",
circ_seqs=c("MT"))
The file GCA_012489685.2_LjGifu_v1.2_genomic.fna.gz is already in the current directory, so it will be used.
Error in .sort_and_rename_fasta_sequences(dna, assembly_accession):
Incompatible assembly report and FASTA file for assembly GCA_012489685.2: the number of sequences in the FASTA file is not equal to the number of sequences in 'getChromInfoFromNCBI("GCA_012489685.2")' that have a non-NA GenBank accession.
I think there's an inconsistency between the ChromInfo obtained from NCBI (getChromInfoFromNCBI("GCA_012489685.2")) and the downloaded FASTA file, but I don't know how to fix it.
[https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_012489685.1/]
I hope you can help me create the package.
Hello,
I'm trying to create a genome package for Lotus japonicus from NCBI and I'm getting the following error:
I think there's an inconsistency between the ChromInfo obtained from NCBI (getChromInfoFromNCBI("GCA_012489685.2")) and the downloaded FASTA file, but I don't know how to fix it.
[https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_012489685.1/]
I hope you can help me create the package.