Skip to content

Commit

Permalink
Merge pull request #59 from gkapatai/patch-1
Browse files Browse the repository at this point in the history
Add gbff as an accepted genbank extension
  • Loading branch information
prihoda authored Jul 14, 2021
2 parents 977fa56 + edf599b commit 113ac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepbgc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def urlretrieve(url, path):
DEEPBGC_DATA_RELEASE_VERSION = 'DEEPBGC_DATA_RELEASE_VERSION'
PFAM_FEATURE = 'PFAM_domain'
EXTENSIONS_FASTA = ['.fa', '.fna', '.fasta']
EXTENSIONS_GENBANK = ['.gbk', '.gb', '.genbank']
EXTENSIONS_GENBANK = ['.gbk', '.gb', '.genbank', '.gbff']
EXTENSIONS_CSV = ['.csv', '.tsv']

def get_protein_features(record):
Expand Down

0 comments on commit 113ac2f

Please sign in to comment.