adam-examples_2.10

Examples for ADAM: Genomic Data System.

License

License

GroupId

GroupId

com.github.heuermh.adamexamples
ArtifactId

ArtifactId

adam-examples_2.10
Last Version

Last Version

0.22.0
Release Date

Release Date

Type

Type

jar
Description

Description

adam-examples_2.10
Examples for ADAM: Genomic Data System.
Project URL

Project URL

http://github.com/heuermh/adam-examples
Source Code Management

Source Code Management

https://github.com/heuermh/adam-examples.git

Download adam-examples_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/ -->
<dependency>
    <groupId>com.github.heuermh.adamexamples</groupId>
    <artifactId>adam-examples_2.10</artifactId>
    <version>0.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/
implementation 'com.github.heuermh.adamexamples:adam-examples_2.10:0.22.0'
// https://jarcasting.com/artifacts/com.github.heuermh.adamexamples/adam-examples_2.10/
implementation ("com.github.heuermh.adamexamples:adam-examples_2.10:0.22.0")
'com.github.heuermh.adamexamples:adam-examples_2.10:jar:0.22.0'
<dependency org="com.github.heuermh.adamexamples" name="adam-examples_2.10" rev="0.22.0">
  <artifact name="adam-examples_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.adamexamples', module='adam-examples_2.10', version='0.22.0')
)
libraryDependencies += "com.github.heuermh.adamexamples" % "adam-examples_2.10" % "0.22.0"
[com.github.heuermh.adamexamples/adam-examples_2.10 "0.22.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.bdgenomics.adam : adam-apis-spark2_2.10 jar 0.22.0
org.bdgenomics.adam : adam-cli-spark2_2.10 jar 0.22.0
org.bdgenomics.adam : adam-core-spark2_2.10 jar 0.22.0

provided (1)

Group / Artifact Type Version
org.apache.spark : spark-core_2.10 jar 2.1.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.bdgenomics.adam : adam-core-spark2_2.10 test-jar 0.22.0
org.scalatest : scalatest_2.10 jar 2.2.6

Project Modules

There are no modules declared in this project.

adam-examples

Build Status Maven Central

Examples in Java and Scala for ADAM: Genomic Data System. Apache 2 licensed.

Hacking adam-examples

Install

To build

$ mvn install

Running adam-examples using spark-submit

$ spark-submit \
  --master local[4] \
  --class com.github.heuermh.adam.examples.CountAlignments \
  target/adam-examples_2.12-${ADAM_VERSION}.jar \
  src/test/resources/small.sam

(1,20)


$ spark-submit \
  --master local[4] \
  --class com.github.heuermh.adam.examples.CountAlignmentsPerRead \
  target/adam-examples_2.12-${ADAM_VERSION}.jar \
  src/test/resources/small.sam

(simread:1:237728409:true,1)
(simread:1:195211965:false,1)
(simread:1:163841413:false,1)
(simread:1:231911906:false,1)
(simread:1:26472783:false,1)
(simread:1:165341382:true,1)
(simread:1:240344442:true,1)
(simread:1:50683371:false,1)
(simread:1:240997787:true,1)
(simread:1:14397233:false,1)
(simread:1:207027738:true,1)
(simread:1:20101800:true,1)
(simread:1:5469106:true,1)
(simread:1:186794283:true,1)
(simread:1:189606653:true,1)
(simread:1:101556378:false,1)
(simread:1:37577445:false,1)
(simread:1:89554252:false,1)
(simread:1:153978724:false,1)
(simread:1:169801933:true,1)

Versions

Version
0.22.0
0.19.0
0.18.2
0.18.1