bio-basespace-sdk 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of bio-basespace-sdk might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +9 -9
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/examples/0_app_triggering.rb +1 -1
- data/examples/1_authentication.rb +1 -1
- data/examples/2_browsing.rb +1 -1
- data/examples/3_accessing_files.rb +1 -1
- data/examples/4_app_result_upload.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9364c5aa9ba61b150a5015b54d3cc5275553fc53
|
4
|
+
data.tar.gz: cb665438221c0878b5132c9ee75b700e10c7e8f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6879c9010d6c1370eeb1f16a0911462576284b0fc04ae51d57ac6b2a3a4dd31c8819148b68e051e44f896bb38768ab52105d8e1d966685ac3355549ce0f237a2
|
7
|
+
data.tar.gz: 27b43919f01d333dffb4d29c1eded15d2d220bec8ba2596fa83e300c44401dcd93cd32dbb3690656a038902fa4f14997ed593bd06cf50405ddb55fe03b23f7d6
|
data/README.md
CHANGED
@@ -45,15 +45,15 @@ To test that everything is working as expected, launch a Interactive Ruby and tr
|
|
45
45
|
>> require 'bio-basespace-sdk'
|
46
46
|
>> include Bio::BaseSpace
|
47
47
|
|
48
|
-
### Pre-Release Version [![Build Status](https://travis-ci.org/
|
48
|
+
### Pre-Release Version [![Build Status](https://travis-ci.org/basespace/basespace-ruby-sdk.png?branch=master)](https://travis-ci.org/basespace/basespace-ruby-sdk)
|
49
49
|
|
50
50
|
The pre-release version of BaseSpace Ruby SDK can be checked out here:
|
51
51
|
|
52
|
-
git clone https://github.com/
|
52
|
+
git clone https://github.com/basespace/basespace-ruby-sdk.git
|
53
53
|
|
54
54
|
or by,
|
55
55
|
|
56
|
-
git clone git@github.com:
|
56
|
+
git clone git@github.com:basespace/basespace-ruby-sdk.git
|
57
57
|
|
58
58
|
For a description on how to build the pre-release version see "[SDK Development Manual](#sdk-development-manual)".
|
59
59
|
|
@@ -104,7 +104,7 @@ The file `credentials.json` contains the authentication/connection details in [J
|
|
104
104
|
|
105
105
|
## Application Triggering
|
106
106
|
|
107
|
-
**Example Source Code:** [examples/0\_app\_triggering.rb](https://github.com/
|
107
|
+
**Example Source Code:** [examples/0\_app\_triggering.rb](https://github.com/basespace/basespace-ruby-sdk/blob/master/examples/0_app_triggering.rb)
|
108
108
|
|
109
109
|
This section demonstrates how to retrieve the `AppSession` object produced when a user triggers a BaseSpace App.
|
110
110
|
Further, we cover how to automatically generate the scope strings to request access to the data object (be it a project or a sample) that the App was triggered to analyze.
|
@@ -231,7 +231,7 @@ For more details on access-requests and authentication and an example of the web
|
|
231
231
|
|
232
232
|
## BaseSpace Authentication
|
233
233
|
|
234
|
-
**Example Source Code:** [examples/1\_authentication.rb](https://github.com/
|
234
|
+
**Example Source Code:** [examples/1\_authentication.rb](https://github.com/basespace/basespace-ruby-sdk/blob/master/examples/1_authentication.rb) and [examples/2\_browsing.rb](https://github.com/basespace/basespace-ruby-sdk/blob/master/examples/2_browsing.rb)
|
235
235
|
|
236
236
|
Here we demonstrate the basic BaseSpace authentication process. The workflow outlined here is
|
237
237
|
|
@@ -348,7 +348,7 @@ The output will be similar to:
|
|
348
348
|
|
349
349
|
## Accessing and Querying Files
|
350
350
|
|
351
|
-
**Example Source Code:** [examples/3\_accessing\_files.rb](https://github.com/
|
351
|
+
**Example Source Code:** [examples/3\_accessing\_files.rb](https://github.com/basespace/basespace-ruby-sdk/blob/master/examples/3_accessing_files.rb)
|
352
352
|
|
353
353
|
In this section we demonstrate how to access samples and analysis from a projects and how to work with the available file data for such instances. In addition, we take a look at some of the special queuring methods associated with BAM- and VCF-files.
|
354
354
|
|
@@ -459,7 +459,7 @@ The output will be:
|
|
459
459
|
|
460
460
|
## Creating an AppResult and Uploading Files
|
461
461
|
|
462
|
-
**Example Source Code:** [4\_app\_result\_upload.rb](https://github.com/
|
462
|
+
**Example Source Code:** [4\_app\_result\_upload.rb](https://github.com/basespace/basespace-ruby-sdk/blob/master/examples/4_app_result_upload.rb)
|
463
463
|
|
464
464
|
In this section we will see how to create a new `AppResult` object, change the state of the related AppSession,
|
465
465
|
and upload result files to it as well as retrieve files from it.
|
@@ -617,7 +617,7 @@ You can supply a dictionary of query parameters when retrieving App results, in
|
|
617
617
|
|
618
618
|
## Feature Requests and Bug Reporting
|
619
619
|
|
620
|
-
Please report any feedback regarding the BaseSpace Ruby SDK directly to the [GitHub repository](https://github.com/
|
620
|
+
Please report any feedback regarding the BaseSpace Ruby SDK directly to the [GitHub repository](https://github.com/basespace/basespace-ruby-sdk). We appreciate any and all feedback about the SDKs and we will do anything we can to improve the functionality and quality of the SDK to make it the best SDK for developers to use.
|
621
621
|
|
622
622
|
# SDK Development Manual
|
623
623
|
|
@@ -675,6 +675,6 @@ In alphabetical order (last name):
|
|
675
675
|
|
676
676
|
# Copying and License
|
677
677
|
|
678
|
-
See [License.txt](https://raw.github.com/
|
678
|
+
See [License.txt](https://raw.github.com/basespace/basespace-ruby-sdk/master/License.txt) for details on licensing and distribution.
|
679
679
|
|
680
680
|
|
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "bio-basespace-sdk"
|
18
|
-
gem.homepage = "https://github.com/
|
18
|
+
gem.homepage = "https://github.com/basespace/basespace-ruby-sdk"
|
19
19
|
gem.license = "Apache, Version 2.0"
|
20
20
|
gem.summary = %Q{BaseSpace Ruby SDK is a Ruby based Software Development Kit to be used in the development of Apps and scripts for working with Illumina's BaseSpace cloud-computing solution for next-gen sequencing data analysis.}
|
21
21
|
gem.description = %Q{BaseSpace Ruby SDK is a Ruby based Software Development Kit to be used in the development of Apps and scripts for working with Illumina's BaseSpace cloud-computing solution for next-gen sequencing data analysis.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
@@ -14,7 +14,7 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
# BaseSpace Authentication
|
17
|
-
# https://github.com/
|
17
|
+
# https://github.com/basespace/basespace-ruby-sdk#basespace-authentication
|
18
18
|
|
19
19
|
require 'bio-basespace-sdk'
|
20
20
|
|
data/examples/2_browsing.rb
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
# Accessing and Querying Files
|
17
|
-
# https://github.com/
|
17
|
+
# https://github.com/basespace/basespace-ruby-sdk#accessing-and-querying-files
|
18
18
|
|
19
19
|
require 'bio-basespace-sdk'
|
20
20
|
|
@@ -14,7 +14,7 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
# Creating an AppResult and Uploading Files
|
17
|
-
# https://github.com/
|
17
|
+
# https://github.com/basespace/basespace-ruby-sdk#creating-an-appresult-and-uploading-files
|
18
18
|
|
19
19
|
require 'bio-basespace-sdk'
|
20
20
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bio-basespace-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joachim Baran
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2013-
|
15
|
+
date: 2013-08-05 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: getopt
|
@@ -186,7 +186,7 @@ files:
|
|
186
186
|
- spec/basespaceapi_spec.rb
|
187
187
|
- spec/basespaceerror_spec.rb
|
188
188
|
- spec/basespacemodel_spec.rb
|
189
|
-
homepage: https://github.com/
|
189
|
+
homepage: https://github.com/basespace/basespace-ruby-sdk
|
190
190
|
licenses:
|
191
191
|
- Apache, Version 2.0
|
192
192
|
metadata: {}
|