Skip to content

Commit 80cc34b

Browse files
Rhollandandreasprlic
authored andcommitted
/* Construction and basic manipulation */
1 parent 428a60c commit 80cc34b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

wiki/BioJava3:HowTo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ All the examples in this section require the biojava-dna module.
1818

1919
### Construction and basic manipulation
2020

21-
` import org.biojava.dna.DNATools; // Executes static methods to set up the DNA alphabet.`
22-
` `
2321
` String mySeqString = "ATCGatcgATCG"; // Note that you can use mixed-case strings.`
2422
` List`<Symbol>` mySeq = SymbolListFormatter.parseSymbolList(mySeqString);`
2523
` `

wiki/BioJava3:HowTo.mediawiki

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This page is a work-in-progress, describing each of the key areas in which you m
77
All the examples in this section require the biojava-dna module.
88

99
=== Construction and basic manipulation ===
10-
11-
import org.biojava.dna.DNATools; // Executes static methods to set up the DNA alphabet.
1210

1311
String mySeqString = "ATCGatcgATCG"; // Note that you can use mixed-case strings.
1412
List<Symbol> mySeq = SymbolListFormatter.parseSymbolList(mySeqString);

0 commit comments

Comments
 (0)