ideogram
Version:
Chromosome visualization for the web
21 lines • 2.21 kB
Plain Text
U
tT�bi � @ sV d dl Z d dlZd dlZd dlZe�� Zde_eje_ dd� Z
d dd�Zd
dd�ZdS )� NFc C sb ||kr^|dkrd}n|dkr"d}t j�| �rFtd|� d| � �� dS td|� d | � �� d
S d
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 r c C s| t ||d�rdS ddi}td| � �� tjj| |d�}tjj|td�}t�|� � ��
� }t|d��}|�|� W 5 Q R X dS ) a Download 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.
r NzAccept-Encoding�gzip�Requesting )�headers��context�w)
r r �urllib�request�Request�urlopen�ctxr �
decompress�read�decode�open�write)�url�output_pathr r r �response�content�fr r r
�
download_gzip! s r$ c C sz t ||d�rdS td| � �� tj�| �}tjj|td�}|�� �� }td� t|� t |d��}|�
|� W 5 Q R X dS )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.
r Nr r r"