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

add BROADCAST tests and use 2bit reference from bucket #1806

Merged
merged 1 commit into from
May 14, 2016

Conversation

akiezun
Copy link
Contributor

@akiezun akiezun commented May 6, 2016

extracted the parts of #1756 that are additions

@droazen please review

@coveralls
Copy link
Collaborator

coveralls commented May 6, 2016

Coverage Status

Coverage remained the same at 82.26% when pulling 2dd25b0 on ak_2bitReferenceFromBucket into f5b6b64 on master.

@@ -59,6 +59,10 @@ public void setTestVerbosity(){
public static final String publicTestDir = new File(gatkDirectory, publicTestDirRelative).getAbsolutePath() + "/";
public static final String publicTestDirRoot = publicTestDir.replace(publicTestDirRelative, "");

public static final String GCS_b37_REFERENCE_2BIT = "gs://hellbender/test/resources/benchmark/human_g1k_v37.2bit";
public static final String GCS_b37_CHR20_21_REFERENCE_2BIT = "gs://hellbender/test/resources/human_g1k_v37.20.21.2bit";
public static final String GCS_b37_CHR17_1M_REFERENCE_2BIT = "gs://hellbender/test/resources/human_g1k_v37.chr17_1Mb.2bit";
Copy link
Contributor

@droazen droazen May 6, 2016

Choose a reason for hiding this comment

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

Is there a declaration in BaseTest for our standard GCS bucket for testing (if not, can you please create one)? Also, I thought at some point we had switched to gs://gatk or something similar -- can you check what other GCS-based tests are using, and make sure they're all consistent?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@droazen
Copy link
Contributor

droazen commented May 6, 2016

Review complete, back to @akiezun for changes

@droazen droazen assigned akiezun and unassigned droazen May 6, 2016
@akiezun akiezun force-pushed the ak_2bitReferenceFromBucket branch 2 times, most recently from 2681c7a to ceeb06d Compare May 10, 2016 14:11
@coveralls
Copy link
Collaborator

coveralls commented May 10, 2016

Coverage Status

Coverage remained the same at 82.244% when pulling ceeb06d on ak_2bitReferenceFromBucket into c846858 on master.

@akiezun akiezun assigned droazen and unassigned akiezun May 10, 2016
@akiezun
Copy link
Contributor Author

akiezun commented May 10, 2016

back to @droazen - i addressed some comments. Reading from GSC fails for me and so the tests are disabled still.

@@ -59,6 +59,11 @@ public void setTestVerbosity(){
public static final String publicTestDir = new File(gatkDirectory, publicTestDirRelative).getAbsolutePath() + "/";
public static final String publicTestDirRoot = publicTestDir.replace(publicTestDirRelative, "");

public static final String GSC_GATK_TEST_RESOURCES = "gs://hellbender/test/resources/";
Copy link
Contributor

Choose a reason for hiding this comment

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

GSC -> GCS

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@droazen
Copy link
Contributor

droazen commented May 13, 2016

Back to @akiezun, merge after addressing comments and resolving conflicts with master.

@droazen droazen assigned akiezun and unassigned droazen May 13, 2016
@akiezun akiezun force-pushed the ak_2bitReferenceFromBucket branch from ceeb06d to 7d47e98 Compare May 13, 2016 18:24
@akiezun akiezun force-pushed the ak_2bitReferenceFromBucket branch from 7d47e98 to ee484c7 Compare May 13, 2016 18:35
@coveralls
Copy link
Collaborator

coveralls commented May 13, 2016

Coverage Status

Coverage decreased (-0.009%) to 82.265% when pulling ee484c7 on ak_2bitReferenceFromBucket into 0a38426 on master.

@akiezun akiezun merged commit 4780534 into master May 14, 2016
@akiezun akiezun deleted the ak_2bitReferenceFromBucket branch May 14, 2016 00:33
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