We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3212e3 commit 54640b7Copy full SHA for 54640b7
1 file changed
biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenericInsdcHeaderFormat.java
@@ -235,7 +235,7 @@ private String _insdc_feature_location_string(FeatureInterface<AbstractSequence<
235
}
236
237
// As noted above, treat reverse complement strand features carefully:
238
- if(feature.getLocations().getStrand() == Strand.NEGATIVE) {
+ if(feature.getLocations().getStrand() == Strand.NEGATIVE) {
239
for(FeatureInterface<?, ?> f : feature.getChildrenFeatures()) {
240
if(f.getLocations().getStrand() != Strand.NEGATIVE) {
241
StringBuilder sb = new StringBuilder();
0 commit comments