summaryrefslogtreecommitdiff
path: root/Code/download_and_map.py
AgeCommit message (Collapse)Author
2021-02-10download_and_map.py: fix name d not defined error.Hui Lan
2021-02-10download_and_map.py: remove function read_ena_data_info() as it is no longer ↵Hui Lan
used.
2021-02-10download_and_map.py: simplify function read_ena_data_info_json such that it ↵Hui Lan
includes all info.
2021-02-10download_and_map.py: adpat this script to use the latest ↵Hui Lan
rnaseq_info_database.json file.
2020-05-03download_and_map.py: when download_log.txt contains blank lines, this script ↵Hui Lan
will stop working. Make it work when the log file contains blank lines. These blank lines usually appear in the end of the log file.
2020-05-02download_and_map.py: lower the requirement of available disk space to make ↵Hui Lan
downloading and mapping proceed.
2020-01-18download_and_map.py: write "no enough space" warning message to network log fileHui Lan
If there is no enough space left in the disk, download_and_map.py will refuse to download any data. This can be quite mysterious for a maintainer. So, write the reason to the network log file. The reason is something like: "[download_and_map.py] home directory does not have enough space (only 13 G available)." -Hui
2019-12-04brain: add python and R code to local repository.Hui Lan