Skip to content
Snippets Groups Projects
Commit 939ffc7f authored by Clara Moreno's avatar Clara Moreno
Browse files

Update Code

parent c38dc9b0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def gff_a_html(gff_file, output_html):
# TABLEAU :
df = pd.DataFrame(data, columns=["ID", "Start", "End", "Locus ID", "Gene Product"])
df = pd.DataFrame(data, columns=["ID", "Start", "End", Strand]) #le reste fonctionne pas
# fichier HTML
df.to_html(output_html, index=False)
......@@ -46,6 +46,14 @@ def gff_a_html(gff_file, output_html):
if __name__ == "__main__":
gff_file = "/Users/claramoreno/PycharmProjects/PythonProjectPaster/exemple.gff.py"
output_html = "/Users/claramoreno/PycharmProjects/PythonProjectPaster/output.html"
#chemin des fichiers de Clara :
#gff_file = "/Users/claramoreno/PycharmProjects/PythonProjectPaster/wormbase_gff2_alt.txt"
#output_html = "/Users/claramoreno/PycharmProjects/PythonProjectPaster/output.html"
#chemin des fichiers :
#gff_file =
#output_html =
print(gff_a_html(gff_file,output_html))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment