diff options
author | l-d-s <distefano.l@wehi.edu.au> | 2018-10-03 14:11:20 +1000 |
---|---|---|
committer | l-d-s <distefano.l@wehi.edu.au> | 2018-10-03 14:11:20 +1000 |
commit | 3aa8f5c3b9ea77fa6fc1186c0037549c09d6804d (patch) | |
tree | 9fb7a963d755e55de55e2f58810e95cc402b2289 /lib | |
parent | d011ca73bb2326b44f93418d73a771ad81f5e72e (diff) |
Use http rather than ftp for mm10
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/references.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/references.nix b/lib/references.nix index 042d1bc..a45b553 100755 --- a/lib/references.nix +++ b/lib/references.nix @@ -43,7 +43,7 @@ rec { name = "seq-mm10.${version}"; version = "p4"; src = fetchurl { - url = "ftp://hgdownload.soe.ucsc.edu/goldenPath/mm10/mm10Patch4/mm10Patch4.fa.gz"; + url = "http://hgdownload.soe.ucsc.edu/goldenPath/mm10/mm10Patch4/mm10Patch4.fa.gz"; sha256 = "1660d6d05f3aa266c6053cfd1efef1747d9e854836917241d6f47cff7a55340c"; }; buildCommand = "gunzip < $src > $out"; |