Skip to content

Commit e90b3b4

Browse files
committed
adding MIT LICENSE
1 parent f0c61bc commit e90b3b4

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,40 @@
33
# Arkas BaseSpace Application
44
the arkasBasespace library parses the single node json, handling multi-custom fasta upload appresults, multi control appResults, and multi comparisons appResults.
55

6-
#arkasBasespace
6+
# RLibraries
7+
Contains the annotation libraries for Homo-sapiens and Mus-musculus ENSEMBL build 84 and ERCC libraries.
8+
9+
# TxDbLite
10+
Annotation software for obtaining annotation libraries.
11+
12+
# arkas
13+
Quantification software which encapsulates and processes Kallisto h5 data.
14+
15+
# arkasAnalysisBaseSpace
16+
these are the scripts which process user input JSON files collected during the web-cloud application input selections for Arkas-Quantification/Analysis cloud apps found on Illmina's basespace platform.
17+
18+
# arkasBasespace
719
arkasBasespace in the analysis function will contain more scripts not related to quantifying on the cloud , but analyzing on the cloud, this arkasBasespace R package is a superset, and should be the final R package for cloud computing.
820

9-
#Docker Container
10-
this Dockerfile currently builds arcolombo/arkasanalysis:v2 FROM arcolombo/arkasgithublayer:v1
21+
# outputReport
22+
These are the markdown files which run the analysis pipelines to generate the HTML output file and subsequent analysis files.
23+
24+
# runScripts
25+
Similar to outputReport files, but called from the command line using /bin
26+
27+
28+
# steps for revising this package.
29+
If you need to revise parts of the package, edit the libraries in this directory and rebuild arcolombo/arkasanalysisbasespace:v6. this builds ontop of githublayers. so you don't need to re-install R packages or enviroment package dependencies. only need to edit and re-install the last layer specific to arkas.
30+
31+
# updating the transcriptomes needs documentation
32+
add steps on maintaining here. (devel use only)
33+
34+
# License Info
35+
These packages are Licensed by MIT license
36+
Copyright 2017 COPYWRIGHT Arkas, Anthony Colombo
37+
38+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1139

12-
#steps for revising this package.
13-
If you need to revise parts of the package, edit the libraries in this directory and rebuild arcolombo/arkasanalysisbasespace:v1. this builds ontop of githublayers. so you don't need to re-install R packages or enviroment package dependencies. only need to edit and re-install the last layer specific to arkas.
40+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1441

15-
#updating the transcriptomes needs documentation
16-
add steps on maintaining here.
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)