From b7552200bd876851f0655a0573bcb49388811e2e Mon Sep 17 00:00:00 2001 From: coissac Date: Thu, 12 Jun 2025 13:58:59 +0000 Subject: [PATCH] Actualiser tools/ecoPCRFormat.py --- tools/ecoPCRFormat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ecoPCRFormat.py b/tools/ecoPCRFormat.py index a91f831..4ff826b 100755 --- a/tools/ecoPCRFormat.py +++ b/tools/ecoPCRFormat.py @@ -577,8 +577,6 @@ def ecoTaxWriter(file, taxonomy): def ecoRankWriter(file, ranks): output = open(file, 'wb') rank_list = sorted(ranks.keys()) - print(rank_list) - print(len(rank_list)) output.write(struct.pack('>I', len(rank_list))) for rank in rank_list: