Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-ci' into deconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Jan 12, 2024
2 parents c6b5a91 + 9e81141 commit 38f7824
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 38f7824

@adamnovak
Copy link
Member

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 deconstruct. View the full report here.

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

Please sign in to comment.