Skip to content

Commit deec8c6

Browse files
authored
Merge pull request #182 from broadinstitute/update-urls
Update URLs after repository move
2 parents 2afd3de + d712a37 commit deec8c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This repo contains a number of [Hail](https://hail.is/) utility functions and scripts for the [gnomAD project](http://gnomad.broadinstitute.org) and the [MacArthur lab](http://macarthurlab.org). As we continue to expand the size of our datasets, we are constantly seeking to find ways to reduce the complexity of our workflows and to make these functions more generic. As a result, the interface for many of these functions will change over time as we generalize their implementation for more flexible use within our scripts. We are also continously adapting our code to regular changes in the Hail interface. These repos thus represent only a snapshot of the gnomAD code base and are shared without guarantees or warranties.
44

5-
We therefore encourage users to browse through the [API reference](https://macarthur-lab.github.io/gnomad_hail/api_reference/) to identify modules and functions that will be useful in their own pipelines, and to edit and reconfigure relevant code to suit their particular analysis and QC needs.
5+
We therefore encourage users to browse through the [API reference](https://broadinstitute.github.io/gnomad_methods/api_reference/) to identify modules and functions that will be useful in their own pipelines, and to edit and reconfigure relevant code to suit their particular analysis and QC needs.

init_scripts/master-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install numpy
99
ROLE=$(/usr/share/google/get_metadata_value attributes/dataproc-role)
1010
if [[ "${ROLE}" == 'Master' ]]; then
1111

12-
git clone https://github.com/macarthur-lab/gnomad_hail.git /home/gnomad_hail
12+
git clone https://github.com/broadinstitute/gnomad_methods.git /home/gnomad_hail
1313

1414
mkdir -p /home/hail/
1515
ln -s ln -s /home/gnomad_hail/gnomad_hail /home/hail

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
description="Hail utilities for the Genome Aggregation Database",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
url="https://github.com/macarthur-lab/gnomad_hail",
19+
url="https://github.com/broadinstitute/gnomad_methods",
2020
packages=setuptools.find_packages(),
2121
project_urls={
22-
"Documentation": "https://macarthur-lab.github.io/gnomad_hail/",
23-
"Source Code": "https://github.com/macarthur-lab/gnomad_hail",
24-
"Issues": "https://github.com/macarthur-lab/gnomad_hail/issues",
22+
"Documentation": "https://broadinstitute.github.io/gnomad_methods/",
23+
"Source Code": "https://github.com/broadinstitute/gnomad_methods",
24+
"Issues": "https://github.com/broadinstitute/gnomad_methods/issues",
2525
},
2626
classifiers=[
2727
"Topic :: Scientific/Engineering :: Bio-Informatics",

0 commit comments

Comments
 (0)