enasequence / sequencetools

Webin sequence validation API.
Apache License 2.0
10 stars 3 forks source link

ENA-6078: Fixing partiality #159

Open Rajkumar-D opened 5 months ago

Rajkumar-D commented 5 months ago

Created FeatureLocationParser for parsing the CompoundLocation Added 2 fields in Location object, this is used to write the locations

  private boolean threePrime;
  private boolean fivePrime;

Updated FeatureLocationWriter to write location partiality using Location object Failing tests are not committed in this branch to keep the PR simple We can test using FeatureLocationsMatcherTest Need to update LocationToStringCoverter (Note to self)