Skip to content

Commit

Permalink
Reference vg-data at its new home
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jan 11, 2024
1 parent 3566725 commit 9e81141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/mcmc_Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ clean:
rm -r $(TOIL_OS)

CHR21.fa:
wget https://courtyard.gi.ucsc.edu/~anovak/vg-data/bakeoff/CHR21.fa
wget https://public.gi.ucsc.edu/~anovak/vg-data/bakeoff/CHR21.fa

1kg_hg19-CHR21.vcf.gz:
wget https://courtyard.gi.ucsc.edu/~anovak/vg-data/bakeoff/1kg_hg19-CHR21.vcf.gz
wget https://public.gi.ucsc.edu/~anovak/vg-data/bakeoff/1kg_hg19-CHR21.vcf.gz

1kg_hg19-CHR21.vcf.gz.tbi:
wget https://courtyard.gi.ucsc.edu/~anovak/vg-data/bakeoff/1kg_hg19-CHR21.vcf.gz.tbi
wget https://public.gi.ucsc.edu/~anovak/vg-data/bakeoff/1kg_hg19-CHR21.vcf.gz.tbi
4 changes: 2 additions & 2 deletions vgci/vgci.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def setUp(self):
# when moving to a more inclusive reference?
self.worse_threshold = 0.005
# /public/groups/vg/vg-data on Courtyard is served as
# https://courtyard.gi.ucsc.edu/~anovak/vg-data/
self.vg_data = 'https://courtyard.gi.ucsc.edu/~anovak/vg-data'
# https://public.gi.ucsc.edu/~anovak/vg-data/
self.vg_data = 'https://public.gi.ucsc.edu/~anovak/vg-data'
self.input_store = self.vg_data + '/bakeoff'
self.vg_docker = None
self.container = None # Use default in toil-vg, which is Docker
Expand Down

1 comment on commit 9e81141

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch fix-ci. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17460 seconds

Please sign in to comment.