Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the large CRAM files to v3.0. #8832

Merged
merged 8 commits into from
Sep 4, 2024
Merged

Conversation

cmnbroad
Copy link
Collaborator

@cmnbroad cmnbroad commented May 14, 2024

This PR adds a CRAM v3.0 version of the existing (CRAM v2.1) test file CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram in git-lfs and in the cloud test resources bucket. In both cases, the old files are left intact for now. Roundtrip tests using both the old and new versions of the local file are also added.

At some point, the old files can be removed, but when we do so, old branches will need to be rebased on this code or the cloud tests will fail, since the cloud test in this PR uses the new file name (that includes the CRAM version in the name).

@gatk-bot
Copy link

gatk-bot commented May 14, 2024

Github actions tests reported job failures from actions build 9085418098
Failures in the following jobs:

Test Type JDK Job ID Logs
integration 17.0.6+10 9085418098.11 logs
integration 17.0.6+10 9085418098.0 logs

@gatk-bot
Copy link

gatk-bot commented May 14, 2024

Github actions tests reported job failures from actions build 9085946968
Failures in the following jobs:

Test Type JDK Job ID Logs
integration 17.0.6+10 9085946968.11 logs
integration 17.0.6+10 9085946968.0 logs

@cmnbroad cmnbroad marked this pull request as ready for review May 28, 2024 20:45
@gatk-bot
Copy link

gatk-bot commented Jun 4, 2024

Github actions tests reported job failures from actions build 9368869663
Failures in the following jobs:

Test Type JDK Job ID Logs
integration 17.0.6+10 9368869663.11 logs
integration 17.0.6+10 9368869663.0 logs

final SAMRecordIterator sourceIterator = sourceReader.iterator();
final SAMRecordIterator targetIterator = copyReader.getIterator();

while (sourceIterator.hasNext() && targetIterator.hasNext()) {
Copy link
Member

Choose a reason for hiding this comment

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

You're missing out on the exciting method BaseTest.assertCondition()

Copy link
Member

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

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

@cmnbroad This looks good to me.

@cmnbroad cmnbroad merged commit f42b7f7 into master Sep 4, 2024
21 checks passed
@cmnbroad cmnbroad deleted the cn_update_cram_2.1_files branch September 4, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants