Skip to content

Commit

Permalink
Added TODO to utility.io #121
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Nov 18, 2024
1 parent 0580ae6 commit d0a8176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/refinegems/utility/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ def parse_fasta_headers(filepath: str, id_for_model: bool=False) -> pd.DataFrame
return pd.DataFrame(locus2ids)


# @TODO Specify that input Protein FASTA has to be from Genbank otherwise code won't work!!!
def create_missing_genes_protein_fasta(fasta,outdir, missing_genes):

# format the missing genes' locus tags
Expand Down

0 comments on commit d0a8176

Please sign in to comment.