Skip to content

Commit

Permalink
Add alternate download link for HiC-Pro image
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Sep 25, 2023
1 parent 41055ba commit ee2986e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ conda activate 3DGB
wget --ciphers=DEFAULT:@SECLEVEL=1 https://zerkalo.curie.fr/partage/HiC-Pro/hicpro_3.1.0_ubuntu.img -P images
```

If this command fails, try with an [alternate download link](https://zenodo.org/record/8376626):

```bash
wget https://zenodo.org/record/8376626/files/hicpro_3.1.0_ubuntu.img -P images
```

Check the integrity of the image:

```bash
$ md5sum images/hicpro_3.1.0_ubuntu.img
d480e636397c14e187608e50309eb9af images/hicpro_3.1.0_ubuntu.img
```

Verify HiC-Pro version with:

```bash
Expand Down
1 change: 1 addition & 0 deletions scripts/describe_conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ def list_versions():


if __name__ == "__main__":
print("-" * 40)
list_versions()
print("-" * 40)

0 comments on commit ee2986e

Please sign in to comment.