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

FastaConverter Refactor #211

Merged
merged 1 commit into from
Apr 9, 2014
Merged

Conversation

arahuja
Copy link
Contributor

@arahuja arahuja commented Apr 8, 2014

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@fnothaft
Copy link
Member

fnothaft commented Apr 8, 2014

Jenkins, add to whitelist and test this please.

.map(kv => (kv._1.get._2, kv._2))
.groupByKey()
sequenceLines.keyBy(row => findContigIndex(row._1, indexToContigDescription.value.keys.toList))
.map(kv => (kv._1.get, kv._2))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This get is not doing anything

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/266/

@massie
Copy link
Member

massie commented Apr 9, 2014

This looks ready to me but it needs to be run through scalariform, mvn org.scalariform:scalariform-maven-plugin:format

@arahuja Can you update this pull request?

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/276/

massie added a commit that referenced this pull request Apr 9, 2014
@massie massie merged commit 436ba1c into bigdatagenomics:master Apr 9, 2014
@massie
Copy link
Member

massie commented Apr 9, 2014

Thanks, Arun!

@arahuja arahuja deleted the fasta-refactor branch April 9, 2014 18:15
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.

4 participants