widdowquinn / ncfp

Program and package that retrieves nucleotide coding sequences from NCBI that correspond to a set of input protein sequences.

Home Page:https://widdowquinn.github.io/ncfp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `ncfp.py` less complex

widdowquinn opened this issue · comments

Summary:

flake8 correctly notes that:

ncbi_cds_from_protein/scripts/ncfp.py:116:1: C901 'extract_cds_features' is too complex (20)

and we should fix it.