Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Add working example for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 9, 2016
1 parent a4c3649 commit f93f831
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: required

services:
- docker

notifications:
slack:
on_success: never
on_failure: always
rooms:
- oicr:S9k4EowgQv9AnbCfEZHSzCsg

language: java
jdk:
- oraclejdk8

before_install:
- docker build -t quay.io/collaboratory/dockstore-tool-bamstats .
- pip2.7 install --user setuptools==24.0.3

install:
- pip2.7 install --user cwl-runner cwltool==1.0.20160712154127 schema-salad==1.14.20160708181155 avro==1.8.1

script:
- cwltool --non-strict Dockstore.cwl test.json
5 changes: 0 additions & 5 deletions node-engine.cwl

This file was deleted.

Binary file added rna.SRR948778.bam
Binary file not shown.

0 comments on commit f93f831

Please sign in to comment.