Skip to content

Commit

Permalink
[GNOCCHI-10] Adding CI scripts.
Browse files Browse the repository at this point in the history
Resolves #10:

* Run scalariform and fix license headers.
* Deleting Gnocchi-test submodule.
* Add coverage profile with support for pushing to coveralls.
* Misc. pom.xml cleanup.
* Scala 2.11 cannot have case classes without ().
* Remove commented files.
  • Loading branch information
fnothaft authored and heuermh committed Mar 1, 2017
1 parent fd2b356 commit 804a415
Show file tree
Hide file tree
Showing 99 changed files with 988 additions and 1,868 deletions.
41 changes: 0 additions & 41 deletions Gnocchi-test/.gitignore

This file was deleted.

106 changes: 0 additions & 106 deletions Gnocchi-test/pom.xml

This file was deleted.

15 changes: 0 additions & 15 deletions Gnocchi-test/src/main/scala/org/maventest/App.scala

This file was deleted.

16 changes: 0 additions & 16 deletions Gnocchi-test/src/test/scala/samples/junit.scala

This file was deleted.

109 changes: 0 additions & 109 deletions Gnocchi-test/src/test/scala/samples/scalatest.scala

This file was deleted.

30 changes: 0 additions & 30 deletions Gnocchi-test/src/test/scala/samples/specs.scala

This file was deleted.

15 changes: 15 additions & 0 deletions LICENSE_header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Licensed to Big Data Genomics (BDG) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The BDG licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# gnocchi

[![Coverage Status](https://coveralls.io/repos/github/bigdatagenomics/gnocchi/badge.svg?branch=master)](https://coveralls.io/github/bigdatagenomics/gnocchi?branch=master)

Genotype-phenotype analysis using the [ADAM](https://github.com/bigdatagenomics/adam) genomics analysis platform.
This is work-in-progress. Currently, we implement a simple case/control analysis using a Chi squared test.

Expand Down
Loading

0 comments on commit 804a415

Please sign in to comment.