kutils

A collection of kotlin utilities

Лицензия

Лицензия

MIT
Группа

Группа

com.github.holgerbrandl
Идентификатор

Идентификатор

kutils
Последняя версия

Последняя версия

0.12
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

kutils
A collection of kotlin utilities
Ссылка на сайт

Ссылка на сайт

https://github.com/holgerbrandl/kutils
Система контроля версий

Система контроля версий

https://github.com/holgerbrandl/kutils.git

Скачать kutils

Имя Файла Размер
kutils-0.12.pom
kutils-0.12-sources.jar 21 KB
kutils-0.12-javadoc.jar 261 bytes
Обзор

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.32
com.github.holgerbrandl : kscript-annotations jar 1.2
org.jetbrains.kotlin : kotlin-script-runtime jar 1.4.32

Модули Проекта

Данный проект не имеет модулей.

kutils - A collection of kotlin utilities

Download Build Status

Installation

To use the library, simply add

compile 'de.mpicbg.scicomp:kutils:0.12'

to the dependencies in your gradle-file.

What's included?

Questions & Comments

Feel welcome to flood the isssue tracker with requests.

Examples

Most examples rely on kscript for shell integration

Filter a fasta file with a provided set of ids:

kscript - id.lst some.fasta <<"EOF"
// DEPS de.mpicbg.scicomp:kutils:0.7

import de.mpicbg.scicomp.bioinfo.openFasta
import java.io.File

val filterIds = File(args[0]).readLines()

openFasta(args[1]).
        filter { !filterIds.contains(it.id) }.
        forEach { print(it.toEntryString()) }
EOF

See also

Версии библиотеки

Версия
0.12