Skip to content

Commit b1554ef

Browse files
committed
Added pacakge detail
1 parent 9a98294 commit b1554ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-SIG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Repository & source code can be found on:
66
https://github.com/ProgrammingLife3/ProgrammingLife3
77

88
- Newick Parser package.
9-
To parse the phylogenetic tree files (.nwk) that we given to us by our client, we used the Newick Parser written in JavaCC. This code can be found on https://bitbucket.org/djiao/a-lightweight-javacc-newick-parser. We tried including the .jar file from this newick parser in our own project jar but this was not possible. The only solution to get this parser working was to include in our own source code. It can be found under src/main/java/newick. Our own code is under sr/main/java/tudelft/ti2806/pl3.
9+
To parse the phylogenetic tree files (.nwk) that we given to us by our client, we used the Newick Parser written in JavaCC. This code can be found on https://bitbucket.org/djiao/a-lightweight-javacc-newick-parser. We tried including the .jar file from this newick parser in our own project jar but this was not possible. The only solution to get this parser working was to include in our own source code. It can be found under src/main/java/newick/*. Our own code is under sr/main/java/tudelft/ti2806/pl3/*.
1010
Please do not grade this newick package with, because this is not our code, and should be treated as a library.
1111

1212
- Component balance property

0 commit comments

Comments
 (0)