From a1dd29f8f4efecd5917ff349d8d72ae0a64cf1cc Mon Sep 17 00:00:00 2001 From: Clara Moreno <clara.moreno.etu@univ-lille.fr> Date: Tue, 18 Feb 2025 17:24:56 +0100 Subject: [PATCH] =?UTF-8?q?Premier=20code=20r=C3=A9alis=C3=A9,=20ressortan?= =?UTF-8?q?t=20un=20tableau=20HTML=20avec=20ID,=20Start,=20End,=20Strand.?= =?UTF-8?q?=20Dans=20entry=20:=20locus=20ID=20Parent=20et=20Gene=20Product?= =?UTF-8?q?=20ne=20fonctionne=20pas.=20Prochain=20truc=20=C3=A0=20regarder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code | 1 - 1 file changed, 1 deletion(-) diff --git a/Code b/Code index 3ed9a5d..5001d8c 100644 --- a/Code +++ b/Code @@ -1,6 +1,5 @@ import gffutils import pandas as pd -import os def gff_a_html(gff_file, output_html): """ -- GitLab