Skip to content

Commit

Permalink
Fetch test reads over possibly-more-reliable HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Feb 9, 2024
1 parent 42daf70 commit 69eb684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgci/vgci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ def test_sim_chr21_snp1kg_trained(self):
sim_opts='-p 570 -v 150 -S 4 -i 0.002 -I',
# 800k 148bp reads from Genome in a Bottle NA12878 library
# (placeholder while finding something better)
sim_fastq='ftp://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/NA12878/NIST_NA12878_HG001_HiSeq_300x/131219_D00360_005_BH814YADXX/Project_RM8398/Sample_U5a/U5a_AGTCAA_L002_R1_007.fastq.gz')
sim_fastq='https://ftp-trace.ncbi.nlm.nih.gov/ReferenceSamples/giab/data/NA12878/NIST_NA12878_HG001_HiSeq_300x/131219_D00360_005_BH814YADXX/Project_RM8398/Sample_U5a/U5a_AGTCAA_L002_R1_007.fastq.gz')

@skip("skipping test to keep runtime down")
@timeout_decorator.timeout(2400)
Expand Down

1 comment on commit 69eb684

@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 robustify-ci. View the full report here.

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

Please sign in to comment.