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

A few small conversion fixes #570

Merged
merged 2 commits into from
Feb 12, 2015
Merged

Conversation

fnothaft
Copy link
Member

@fnothaft fnothaft commented Feb 6, 2015

Resolves #479. Also adds a bit of logging to the legacy format converters.

@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/ADAM-prb/586/
Test PASSed.

@fnothaft
Copy link
Member Author

Rebased.

@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/ADAM-prb/592/
Test PASSed.

// Position of the mate/next segment
val mateReference: Int = samRecord.getMateReferenceIndex
// Position of the mate/next segment
val mateReference: Int = samRecord.getMateReferenceIndex
Copy link
Member

Choose a reason for hiding this comment

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

Is this indentation intentional? I'm surprised that Scalariform didn't complain.

Copy link
Member Author

Choose a reason for hiding this comment

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

The patch modifies the conditionals surrounding this code block, which leads to an indentation change for this stretch of code.

@massie
Copy link
Member

massie commented Feb 12, 2015

Thanks, Frank!

massie added a commit that referenced this pull request Feb 12, 2015
@massie massie merged commit a760b9d into bigdatagenomics:master Feb 12, 2015
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.

Multi-allelic split code may fail when accessing PL
3 participants