We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199a50e commit 6365b6bCopy full SHA for 6365b6b
1 file changed
biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenbankWriter.java
@@ -94,8 +94,7 @@ public void process() throws Exception {
94
String header = headerFormat.getHeader(sequence);
95
writer.print(header);
96
writer.println();
97
- // os.write(lineSep);
98
-
+ // os.write(lineSep);
99
/*
100
* if isinstance(record.seq, UnknownSeq): #We have already recorded
101
* the length, and there is no need #to record a long sequence of
0 commit comments