Differences
This shows you the differences between two versions of the page.
start:software:topical:lifesciences:ngs:transcript_abundance_tools [2020/04/16 15:33] jrutte02 created |
start:software:topical:lifesciences:ngs:transcript_abundance_tools [2021/05/09 22:17] (current) meesters |
||
---|---|---|---|
Line 15: | Line 15: | ||
'' | '' | ||
- | |||
- | ====== Development with SeqAn3 ====== | ||
- | |||
- | ===== SeqAn3 ===== | ||
- | |||
- | [[https:// | ||
- | |||
- | It provides broad functionality, | ||
- | |||
- | ===== Using the Module ===== | ||
- | |||
- | The module for SeqAn3 is located at | ||
- | |||
- | '' | ||
- | |||
- | The older module for SeqAn2((assorted in '' | ||
- | |||
- | '' | ||
- | |||
- | <callout type=" | ||
- | * The API is not stable, yet((Presumably because the new libraries are not yet ships with STL. W.a.W.: Using the library, developing applications will likely need an adaption of include-statements, | ||
- | * Loading the module will load a recent GCC and CMake. | ||
- | </ | ||
- | |||
- | If using CMake, be sure to include the following statements((In contrast, the [[http:// | ||
- | |||
- | <code cmake> | ||
- | set(SeqAn3_DIR " | ||
- | find_package (SeqAn3 REQUIRED) | ||
- | </ | ||