Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | Append DONE to the download log in case the downloading process cannot move ↵ | Hui Lan | |
on. Added two helper functions: age_of_file_in_hours() and append_done(). Ran dos2unix; that is why there are so many changes. | |||
2022-10-07 | Change the place used to store downloaded raw RNASeq data. | Hui Lan | |
2021-02-10 | download_and_map.py: fix name d not defined error. | Hui Lan | |
2021-02-10 | download_and_map.py: remove function read_ena_data_info() as it is no longer ↵ | Hui Lan | |
used. | |||
2021-02-10 | download_and_map.py: simplify function read_ena_data_info_json such that it ↵ | Hui Lan | |
includes all info. | |||
2021-02-10 | download_and_map.py: adpat this script to use the latest ↵ | Hui Lan | |
rnaseq_info_database.json file. | |||
2020-05-03 | download_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-02 | download_and_map.py: lower the requirement of available disk space to make ↵ | Hui Lan | |
downloading and mapping proceed. | |||
2020-01-18 | download_and_map.py: write "no enough space" warning message to network log file | Hui 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-04 | brain: add python and R code to local repository. | Hui Lan | |