File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ title: BioJava:CookBook3:PSA DNA
44
55Calculating a local alignment
66-----------------------------
7-
8- < java > public static void main(String[ ] args){
7+ ``` java
8+ public static void main(String [] args){
99
1010` String targetSeq = " CACGTTTCTTGTGGCAGCTTAAGTTTGAATGTCATTTCTTCAATGGGACGGA" + `
1111` " GCGGGTGCGGTTGCTGGAAAGATGCATCTATAACCAAGAGGAGTCCGTGCGCTTCGACAGC" + `
@@ -39,7 +39,7 @@ Calculating a local alignment
3939
4040` System . out. println(psa);`
4141` }`
42-
43- </ java > AmbiguityDNA Compound Set allows not only ACTG, but also
42+ ```
43+ AmbiguityDNA Compound Set allows not only ACTG, but also
4444ambiguity codes, also known as [ IUB
4545Code] ( http://en.wikipedia.org/wiki/FASTA_format#Sequence_representation )
You can’t perform that action at this time.
0 commit comments