summaryrefslogtreecommitdiff
path: root/Code/download_and_map.py
AgeCommit message (Collapse)Author
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