https://github.com/dwarry/rosalind_scala
Project Rosalind problems implemented in Scala.
https://github.com/dwarry/rosalind_scala
Last synced: about 1 year ago
JSON representation
Project Rosalind problems implemented in Scala.
- Host: GitHub
- URL: https://github.com/dwarry/rosalind_scala
- Owner: dwarry
- Created: 2020-02-18T14:55:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T18:47:12.000Z (over 6 years ago)
- Last Synced: 2025-01-24T11:28:55.873Z (over 1 year ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rosalind_scala
[Project Rosalind](http://rosalind.info/) problems implemented in Scala.
Entry point is `uk.org.warry.rosalind.RosalindApp` which takes the following arguments:
* the code of the problem
* One or more data values. If there is too much to pass directly on the command line, you can specify a file url
Output, in the format specified by the problem, is just dumped to stdout.