You can clone whole repo by standart command:
git clone https://github.com/rostkick/Halide_sites.git
Also if you need to save it without commit-log you schould use:
git clone —depth=1 https://github.com/rostkick/Halide_sites.git
If you want to save only one file (for example without saving example data) you should: 1) copy link of favorite file 2) go to https://minhaskamal.github.io/DownGit/#/home, paste it, and create Download Link.
You should install it manually:
Create your conda environment from our smk.yml
conda env create -f smk.yml --name smk
Activate your environment (some of this should work)
conda activate smk
or
source activate smk
Make sure everything works on --dryrun
.
snakemake all -n
snakemake all
Pipeline automatically creates input consisting of all PDB entries with halide sites
Or you can collect your input by following rule:
Input consist of PDB ID, which separeted by \n
:
3VRS
2LH5
6RI4
5EVC
...
You should put the files in the directory data/pdb_ID/
, and give them a name according to a strict template pdb_entries_X.txt
, where X
is (F, Cl, Br, I
)