From 139d804f124b51806c4134961c989b79df228de0 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Wed, 16 Apr 2025 16:05:50 +0800 Subject: Describe the code update --- Code/parse_ena_xml.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Code/parse_ena_xml.py') diff --git a/Code/parse_ena_xml.py b/Code/parse_ena_xml.py index 1e5a514..30b68bf 100644 --- a/Code/parse_ena_xml.py +++ b/Code/parse_ena_xml.py @@ -25,6 +25,7 @@ # 01 Jun 2017, slcu, hui [added a column sample_id] # 19 Jun 2017, slcu, hui [added SraRunTable_Ath_Tax3702.txt in d_run2. Search d_run2 for how to get SraRunTable_Ath_Tax3702.txt.] # 10 Feb 2021, zjnu, hui [download latest run info files: information/ena_3702_read_run.xml, ena_3702_study.xml, ena_3702_sample.xml, information/ena_3702_read_experiment.xml;do not use SraRunTable_Ath_Tax3702.txt and d_run2 anymore.] +# 16 Apr 2025, zjnu, hui [adapt the code to latest run info files: ../Data/information/ena_read_run.xml, ena_study.xml, ena_sample.xml, and ena_read_experiment.xml] import os, json, re, operator import xml.etree.ElementTree import sys -- cgit v1.2.1