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

Implemented single line summary mismatches and indels in place of alignment data #112

Merged
merged 6 commits into from
Mar 22, 2016

Conversation

akmorrow13
Copy link
Contributor

No description provided.

@@ -65,6 +66,7 @@ object VizTimers extends Metrics {

object VizReads extends BDGCommandCompanion with Logging {

var readsRDD: RDD[(ReferenceRegion, AlignmentRecord)] = null
Copy link
Member

Choose a reason for hiding this comment

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

this goes unused.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/99/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/100/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/101/
Test PASSed.

}
val end: Long = VizReads.getEnd(region.end, seqRecord)
val newRegion = ReferenceRegion(region.referenceName, region.start, end)
Option(refRDD.adamGetReferenceString(region).toUpperCase)
Copy link
Member

Choose a reason for hiding this comment

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

add in the persist call

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/102/
Test PASSed.

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/mango-prb/103/
Test PASSed.

erictu added a commit that referenced this pull request Mar 22, 2016
Implemented single line summary mismatches and indels in place of alignment data
@erictu erictu merged commit c02e2ad into bigdatagenomics:master Mar 22, 2016
@erictu
Copy link
Member

erictu commented Mar 22, 2016

Thanks @akmorrow13 !

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.

None yet

3 participants