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

fix BAM/SAM header setting when writing on cluster #691

Merged
merged 1 commit into from
Jun 2, 2015

Conversation

ryan-williams
Copy link
Member

fixes #676

@ryan-williams
Copy link
Member Author

test failure should be fixed. Jenkins, retest this please?

@ryan-williams
Copy link
Member Author

Jenkins, retest this please

@fnothaft fnothaft added this to the 0.17.0 milestone Jun 1, 2015
@@ -68,7 +68,7 @@ class IlluminaOptics(val tile: Long, val x: Long, val y: Long) {}

class RichAlignmentRecord(val record: AlignmentRecord) {

lazy val referenceLength: Int = RichAlignmentRecord.referenceLengthFromCigar(record.getCigar.toString)
lazy val referenceLength: Int = RichAlignmentRecord.referenceLengthFromCigar(record.getCigar)
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for getting these; we've got several redundant toStrings hanging around from the pre-bdg-formats/36 merged.

  fixes bigdatagenomics#676

- formatting / unnecessary `.toString` nits

- one more header fix

- whitespace nits
@ryan-williams
Copy link
Member Author

rebased and squashed

@fnothaft
Copy link
Member

fnothaft commented Jun 2, 2015

Jenkins, retest this please.

@ryan-williams
Copy link
Member Author

Another head-scratcher:

FATAL: Could not checkout null with start point 8bb41727766ea4ca8c51379f77036be0ca64701e

@fnothaft
Copy link
Member

fnothaft commented Jun 2, 2015

Jenkins, retest this please.

@ryan-williams that's a known issue in the Jenkins Github Pull Request Builder plugin. It occasionally fails to check out the PR after a force push to the branch.

@ryan-williams
Copy link
Member Author

ah, good to know! I'll try to hold off the force-push-squash until after I've gotten a green build in the future.

@fnothaft
Copy link
Member

fnothaft commented Jun 2, 2015

Jenkins, retest this please.

fnothaft added a commit that referenced this pull request Jun 2, 2015
fix BAM/SAM header setting when writing on cluster
@fnothaft fnothaft merged commit 2b5c8e9 into bigdatagenomics:master Jun 2, 2015
@fnothaft
Copy link
Member

fnothaft commented Jun 2, 2015

Merged! Thanks @ryan-williams!

@ryan-williams
Copy link
Member Author

nice! thank you, @fnothaft!

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.

BAMHeader not set when running on a cluster
2 participants