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

FastqRecordConverter needs cleanup and tests #1172

Closed
fnothaft opened this issue Sep 15, 2016 · 5 comments
Closed

FastqRecordConverter needs cleanup and tests #1172

fnothaft opened this issue Sep 15, 2016 · 5 comments

Comments

@fnothaft
Copy link
Member

We need to refactor org.bdgenomics.adam.converters.FastqRecordConverter as there's a lot of code duplication between the AlignmentRecord and Fragment code paths. Also, there apparently are no tests for this class, which is surprising!

@zyxue
Copy link
Contributor

zyxue commented Sep 27, 2016

I would like to try to fix this issue, how do I get started?

@heuermh
Copy link
Member

heuermh commented Sep 27, 2016

@zyxue unit tests would be a good place to start. Once there is some test coverage, then start cleaning things up!

@zyxue
Copy link
Contributor

zyxue commented Sep 27, 2016

Do I need spark to start the development? I just run another test suite, FastaConverter.scala, on IntelliJ, and seems the tests passed successfully.

@heuermh
Copy link
Member

heuermh commented Sep 27, 2016

The maven build (and by extension, the build in IntelliJ) is self contained.

You will need Spark to run the adam-submit and adam-shell commands in the bin directory though.

@zyxue
Copy link
Contributor

zyxue commented Sep 27, 2016

Do you know why would the input be of type (Void, Text), see this line? Where is Void from, why not just Text?

zyxue added a commit to zyxue/adam that referenced this issue Sep 28, 2016
@heuermh heuermh modified the milestone: 0.20.0 Oct 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants