Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e948b09

Browse files
committed
More fixes, removing old file
1 parent 3b55126 commit e948b09

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

_wiki/BioJava;CookBook3_PSA_DNA.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_wiki/Scala.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ your scala project. The easiest way to do this is to use Maven to build
2121
your scala project and just add BioJava as a dependency. For instance,
2222
add the following to the dependencies section of your pom.xml file.
2323

24-
```
24+
```xml
2525
<dependency>
2626
    <groupId>org.biojava</groupId>
2727
    <artifactId>biojava3-core</artifactId>
@@ -38,7 +38,7 @@ project just add the following to your sbt file.
3838

3939
Java classes can be imported and used in scala code without
4040
modification. For instance, here is a scala version of
41-
[BioJava:CookBook3:PSA_DNA](/wiki/BioJava%3ACookBook%3APSA_DNA).
41+
[BioJava:CookBook3:PSA_DNA](/wiki/BioJava%3ACookBook3%3APSA_DNA).
4242

4343
```
4444
/**
@@ -99,7 +99,7 @@ First, include the ScaBio jars and dependencies in your classpath. If
9999
using maven this is quite simple. Add the required packages to your
100100
pom.xml:
101101

102-
```
102+
```xml
103103
<dependency>
104104
    <groupId>net.gumbix</groupId>
105105
    <artifactId>scabio-demo</artifactId>

0 commit comments

Comments
 (0)