https://github.com/seqan/knime_node_template
KNIME Node Template
https://github.com/seqan/knime_node_template
Last synced: 16 days ago
JSON representation
KNIME Node Template
- Host: GitHub
- URL: https://github.com/seqan/knime_node_template
- Owner: seqan
- License: other
- Created: 2015-08-13T09:45:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T13:23:17.000Z (almost 11 years ago)
- Last Synced: 2026-02-11T02:26:38.179Z (4 months ago)
- Language: C++
- Size: 137 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knime_node_template
KNIME Node Template
This simple application reads a fasta/fastq file and write it to another file.
It is a seqan application template used by "Generating SeqAn KNIME Nodes" tutorial.
One has to put this repository into the seqan apps directory and follow seqan build
instructions at (http://seqan.readthedocs.org/en/master/Tutorial/GettingStarted.html)
in order for this app to compile properly.