bigdatagenomics / bdg-formats

Open source formats for scalable genomic processing systems using Avro. Apache 2 licensed.
Apache License 2.0
39 stars 35 forks source link

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

Closed heuermh closed 5 years ago

heuermh commented 7 years ago

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 commented 7 years ago

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 commented 5 years ago

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 commented 5 years ago

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.