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

[FORMATS-142] Replace NucleotideContigFragment with Sequence and Slice #153

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

heuermh
Copy link
Member

@heuermh heuermh commented Oct 11, 2017

Fixes #142

Mapped NucleotideContigFragment fields:

contigName --> name
contigLength --> totalLength
description --> description
sequence --> sequence
index --> index
start --> start
end --> end
length --> length
fragments --> slices

Unmapped NucleotideContigFragment fields:

None

Unmapped Slice fields:

alphabet
strand
attributes

This will allow refactoring the org.bdgenomics.adam.rdd.contig package in ADAM to org.bdgenomics.adam.rdd.sequence with not much more than class and field renames.

@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/bdg-formats-prb/171/
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/bdg-formats-prb/183/
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/bdg-formats-prb/186/
Test PASSed.

@heuermh heuermh modified the milestones: 0.12.0, 0.13.0 Feb 18, 2019
@heuermh heuermh merged commit 479ee0b into bigdatagenomics:master Jun 12, 2019
@heuermh heuermh deleted the ncf-to-slice branch June 12, 2019 17:10
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.

Replace NucleotideContigFragment with Sequence and Slice
2 participants