Skip to content

Commit 9408e13

Browse files
authored
Merge pull request #336 from chrovis/fix/remote-test-resources-2
Fix the URLs of the remote test resources again
2 parents 8eb7754 + 84bd1d2 commit 9408e13

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

test/cljam/test_common.clj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,37 @@
3232

3333
(defprofile mycavia
3434
{:resources [{:id "hg19.2bit"
35-
:url "https://test-resources.chrov.is/refs/hg19.2bit"
35+
:url "https://test-resources.chrov.is/data/refs/hg19.2bit"
3636
:sha1 "95e5806aee9ecc092d30a482aaa008ef66cbc468"}
3737
{:id "hg38.2bit"
38-
:url "https://test-resources.chrov.is/refs/hg38.2bit"
38+
:url "https://test-resources.chrov.is/data/refs/hg38.2bit"
3939
:sha1 "6fb20ba4de0b49247b78e08c2394d0c4f8594148"}
4040
{:id "large.bam"
41-
:url "https://test-resources.chrov.is/GSM721144_H3K36me3.nodup.bam"
41+
:url "https://test-resources.chrov.is/data/GSM721144_H3K36me3.nodup.bam"
4242
:sha1 "ad282c3779120057abc274ad8fad1910a4ad867b"}
4343
{:id "large.bai"
44-
:url "https://test-resources.chrov.is/GSM721144_H3K36me3.nodup.bam.bai"
44+
:url "https://test-resources.chrov.is/data/GSM721144_H3K36me3.nodup.bam.bai"
4545
:sha1 "afe9ffea88433f35f9395360201583e52c3b3cd9"}
4646
{:id "large.bed.gz"
47-
:url "https://test-resources.chrov.is/test3_summits.bed.gz"
47+
:url "https://test-resources.chrov.is/data/test3_summits.bed.gz"
4848
:sha1 "dcc3ba10c8432be3094cbf5d6fb1b577317e3429"}
4949
{:id "large.tbi"
50-
:url "https://test-resources.chrov.is/test3_summits.bed.gz.tbi"
50+
:url "https://test-resources.chrov.is/data/test3_summits.bed.gz.tbi"
5151
:sha1 "1aff56f9961c0b93c6de3a190f02d3264c27a9c7"}
5252
{:id "large.vcf.gz"
53-
:url "https://test-resources.chrov.is/cljam/example-500-10000.vcf.gz"
53+
:url "https://test-resources.chrov.is/data/cljam/example-500-10000.vcf.gz"
5454
:sha1 "15eda0cb653e29ced47caafa5c2f58f014e36437"}
5555
{:id "large.vcf.gz.tbi"
56-
:url "https://test-resources.chrov.is/cljam/example-500-10000.vcf.gz.tbi"
56+
:url "https://test-resources.chrov.is/data/cljam/example-500-10000.vcf.gz.tbi"
5757
:sha1 "f5e42e5af8666a39e1db1a477b25f183bf09fc9b"}
5858
{:id "large.vcf.gz.csi"
59-
:url "https://test-resources.chrov.is/cljam/example-500-10000.vcf.gz.csi"
59+
:url "https://test-resources.chrov.is/data/cljam/example-500-10000.vcf.gz.csi"
6060
:sha1 "568a47f463de8df846e021640d38b8cf8f257e66"}
6161
{:id "large.bcf"
62-
:url "https://test-resources.chrov.is/cljam/example-500-10000.bcf"
62+
:url "https://test-resources.chrov.is/data/cljam/example-500-10000.bcf"
6363
:sha1 "f7f57ed9d21874c92331ef6d86d85b36959f4d16"}
6464
{:id "large.bcf.csi"
65-
:url "https://test-resources.chrov.is/cljam/example-500-10000.bcf.csi"
65+
:url "https://test-resources.chrov.is/data/cljam/example-500-10000.bcf.csi"
6666
:sha1 "5f0c2deab6c33eda887139227c691f140f88ade9"}]})
6767

6868
(defn prepare-cavia! []

0 commit comments

Comments
 (0)