Closed widdowquinn closed 2 years ago
It may be relevant that, locally, the tests fail with warnings like:
[...]
[WARNING] [ncbi_cds_from_protein.scripts.ncfp]: No record found for sequence input XP_004520832.1
[WARNING] [ncbi_cds_from_protein.scripts.ncfp]: No record found for sequence input XP_004520832.1
[WARNING] [ncbi_cds_from_protein.scripts.ncfp]: No record found for sequence input XP_004520832.1
[WARNING] [ncbi_cds_from_protein.scripts.ncfp]: No record found for sequence input XP_004520832.1
[WARNING] [ncbi_cds_from_protein.scripts.ncfp]: No record found for sequence input XP_004520832.1
[...]
Issue closed with fix in 3a5eb88
Summary:
ncfp
does not recover all coding sequences from NCBI, even if a coding sequence is availableDescription:
The UniProt sequence below
corresponds to the NCBI record
https://www.ncbi.nlm.nih.gov/protein/333018885
whose coding sequence is in the nucleotide accession
https://www.ncbi.nlm.nih.gov/nuccore/AFGY01000021.1
but in debug mode
ncfp
reports:and the
ncfp*.fasta
output files are empty.Reproducible Steps:
ncfp
on that input file, e.g. withncfp --debug -l test.log -b 1 --keepcache test.fasta test_ncfp me@my.email
ncfp
Version:Commit
0f70697
Python Version:
Python 3.8
Operating System:
macOS