UNPKG

ideogram

Version:

Chromosome visualization for the web

21 lines 2.21 kB
U tT�bi�@sVddlZddlZddlZddlZe��Zde_eje_ dd�Z d dd�Z d dd�Z dS) �NFcCsb||kr^|dkrd}n |dkr"d}tj�|�rFtd|�d|���dStd|�d |���d Sd S) z�Determine if file path is already available, per cache and threshold. `cache` level is set by pipeline user; `threshold` by the calling function. See `--help` CLI output for description of `cache` levels. ��download�ZcomputzUsing cached copy of zed file TzNo cached copy exists, so zing F)�os�path�exists�print)r�cache� threshold�action�r �cache/../lib.py� is_cached s rc Cs|t||d�rdSddi}td|���tjj||d�}tjj|td�}t�|� ��� �}t |d��}|� |�W5QRXdS) aDownload gzip file, decompress, write to output path; use optional cache Cached files can help speed development iterations by > 2x, and some development scenarios (e.g. on a train or otherwise without an Internet connection) can be impossible without it. rNzAccept-Encoding�gzip� Requesting )�headers��context�w) rr�urllib�request�Request�urlopen�ctxr� decompress�read�decode�open�write)�url� output_pathr rr�response�content�fr r r � download_gzip!s  r$c Cszt||d�rdStd|���tj�|�}tjj|td�}|����}td�t|�t |d��}|� |�W5QRXdS)z�Download file, write to output path; use optional cache Cached files can help speed development iterations by > 2x, and some development scenarios (e.g. on a train or otherwise without an Internet connection) can be impossible without it. rNrrr"r) rrrrrrrrrrr)rr r rr!r"r#r r r r3s    r)r)r) rr�ssl�urllib.requestr�create_default_contextr�check_hostname� CERT_NONE� verify_moderr$rr r r r �<module>s