summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLan Hui <lanhui@zjnu.edu.cn>2025-04-21 15:58:21 +0800
committerLan Hui <lanhui@zjnu.edu.cn>2025-04-21 15:58:21 +0800
commit9bb614256ba468aec486eadae8d0d5b3a598bb6a (patch)
tree5293c04e035639d824f22ed74554bdd1824909b6
parentbbc17c55e06d5329cb261b74320de978f1f90a9a (diff)
Update doc 2
-rw-r--r--brain.documentation/QUICKSTART.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/brain.documentation/QUICKSTART.rst b/brain.documentation/QUICKSTART.rst
index bfeba64..535c29b 100644
--- a/brain.documentation/QUICKSTART.rst
+++ b/brain.documentation/QUICKSTART.rst
@@ -147,6 +147,17 @@ Use *cron job* to schedule running these two scripts on December 25 and December
1 1 25 12 * cd /home/lanhui/brain/Code && python3 download_ena_records.py
1 1 26 12 * cd /home/lanhui/brain/Code && python3 parse_ena_xml.py
+download_ena_records.py will download the following files to folder Data/information:
+
+- ena_read_run.xml
+- ena_read_experiment.xml
+- ena_sample.xml
+- ema_study.xml
+
+parse_end_xlm.py will use the above four XML files as input, and output the following two files to Data/information:
+
+- rnaseq_info_database.json (containing run IDs, library_source and library_strategy)
+- rnaseq_info_database.txt
Automating downloading and updating the network