io.github.msdk:msdk-io-csv

Data import and export algorithms for MSDK

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.msdk
ArtifactId

ArtifactId

msdk-io-csv
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Data import and export algorithms for MSDK

Download msdk-io-csv

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.msdk/msdk-io-csv/ -->
<dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-io-csv</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.msdk/msdk-io-csv/
implementation 'io.github.msdk:msdk-io-csv:0.0.8'
// https://jarcasting.com/artifacts/io.github.msdk/msdk-io-csv/
implementation ("io.github.msdk:msdk-io-csv:0.0.8")
'io.github.msdk:msdk-io-csv:jar:0.0.8'
<dependency org="io.github.msdk" name="msdk-io-csv" rev="0.0.8">
  <artifact name="msdk-io-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.msdk', module='msdk-io-csv', version='0.0.8')
)
libraryDependencies += "io.github.msdk" % "msdk-io-csv" % "0.0.8"
[io.github.msdk/msdk-io-csv "0.0.8"]

Dependencies

compile (6)

Group / Artifact Type Version
io.github.msdk : msdk-datamodel jar 0.0.8
org.openscience.cdk : cdk-data jar 2.0
org.openscience.cdk : cdk-smiles jar 2.0
org.slf4j : slf4j-api jar 1.7.25
com.google.code.findbugs : jsr305 jar 3.0.1
com.google.guava : guava jar 21.0

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.0
org.hamcrest : hamcrest-library jar 1.3
com.github.stefanbirkner : system-rules jar 1.16.1
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

About MSDK

Build Status Maven Central

Mass Spectrometry Development Kit (MSDK) is a Java library of algorithms for processing mass spectrometry data. The goals of the library are to provide a flexible data model with Java interfaces for mass-spectrometry related objects (including raw spectra, processed data sets, identification results etc.) and to integrate the existing algorithms that are currently scattered around various Java-based graphical tools.

Java version

MSDK requires Java runtime (JRE) version 8 or newer.

Usage

API

Please see the complete MSDK API.

Maven artifacts

MSDK jars are automatically deployed to Maven Central. In order to use MSDK, simply add the following dependency to your pom.xml:

 <dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-all</artifactId>
    <version>0.0.27</version>
 </dependency>

Development

Tutorial

Please read our brief tutorial on how to contribute new code to MSDK.

Code style

  • We use the Google Java Style Guide (https://github.com/google/styleguide)
  • You can use the eclipse-java-google-style.xml file to automatically format your code in the Eclipse IDE
  • Please write JavaDoc comments as full sentences, starting with a capital letter and ending with a period. Brevity is preferred (e.g., "Calculates standard deviation" instead of "This method calculates and returns a standard deviation of given set of numbers").

Logging

MSDK uses the SLF4J library for logging. This library can forward all logging calls to your favorite logging framework (java.util.logging, Apache log4j, or others). Please see SLF4J documentation for details.

Building

See the BUILD.md file

io.github.msdk

Mass Spectrometry Development Kit (MSDK)

MSDK is a collaborative project developing a Java library of algorithms for mass spectrometry data processing.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3