From 5b8ed466c8f932554dffee13c9d54a5b4c66cf71 Mon Sep 17 00:00:00 2001 From: bartosz-kozak Date: Mon, 26 Jun 2017 20:05:03 +0200 Subject: [PATCH] Update Csv_to_fasta.py --- python/Csv_to_fasta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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