diff --git a/python/Csv_to_fasta.py b/python/Csv_to_fasta.py index 6e1ec38..fb91a9a 100644 --- a/python/Csv_to_fasta.py +++ b/python/Csv_to_fasta.py @@ -3,7 +3,7 @@ # Simple script to convert csv file to fasta fromat -# import librarys +# import libraries import pandas as pd import sys import os.path