-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from agduncan94/develop
Release 0.1.3
- Loading branch information
Showing
68 changed files
with
3,144 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.DS_Store | ||
node_modules/ | ||
docker/data/ | ||
docker/data/ | ||
cypress/data/ | ||
cypress/screenshots/ | ||
cypress/videos/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- 10 | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- libgconf-2-4 | ||
|
||
cache: | ||
npm: true | ||
directories: | ||
- ~/.cache | ||
|
||
services: | ||
- docker | ||
|
||
before_install: | ||
- mkdir docker/data | ||
- cp cypress/data/tracks.conf docker/data/tracks.conf | ||
- cp cypress/data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.fai docker/data/Homo_sapiens.GRCh38.dna.chromosome.1.fa.fai | ||
- cp data/jbrowse.conf docker/data/jbrowse.conf | ||
- cd docker/data | ||
- curl -o Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz http://ftp.ensembl.org/pub/release-94/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz | ||
- gzip -d Homo_sapiens.GRCh38.dna.chromosome.1.fa.gz | ||
- cd ../../ | ||
|
||
install: | ||
- npm ci | ||
- cd docker | ||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then docker-compose build --build-arg plugin_version=${TRAVIS_PULL_REQUEST_BRANCH}; fi' | ||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker-compose build --build-arg plugin_version=${TRAVIS_BRANCH}; fi' | ||
- docker-compose up -d | ||
- cd ../ | ||
|
||
script: | ||
# - $(npm bin)/cypress run --record | ||
- $(npm bin)/cypress run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"viewportHeight": 900, | ||
"viewportWidth": 1440, | ||
"projectId": "d9b81g" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 248956422 56 60 61 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
#### JBrowse main configuration file | ||
|
||
## uncomment the section below to customize this browser's title and description | ||
[aboutThisBrowser] | ||
title = JBrowse GDC | ||
description = View GDC Data Portal SSMs, Genes, and CNVs | ||
|
||
## uncomment and edit the example below to configure a faceted track selector | ||
[trackSelector] | ||
type = Faceted | ||
displayColumns = | ||
+ label | ||
+ key | ||
+ datatype | ||
+ case | ||
+ project | ||
+ primarySite | ||
## optionally sort the faceted track selector by column (use the names from displayColumns) | ||
# initialSortColumn=label | ||
## optionally give different names to some of the data facets using renameFacets | ||
# [trackSelector.renameFacets] | ||
# submission = Submission ID | ||
# developmental-stage = Conditions | ||
# cell-line = Cell Line | ||
# key = Dataset | ||
# label = Track | ||
|
||
## uncomment this section to get hierarchical trackselector options | ||
# [trackSelector] | ||
## optionally turn off sorting for the hierarchical track selector | ||
# sortHierarchical = false | ||
## set collapsed categories for the hierarchical track selector | ||
# collapsedCategories = Reference sequence,Quantitative / XY Plot | ||
## set category ordering in the hierarchical track selector | ||
# categoryOrder = BAM, Transcripts, Quantitative/Density, VCF | ||
|
||
## configure where to get metadata about tracks. always indexes the | ||
## `metadata` part of each track config, but this can be used to load | ||
## additional metadata from CSV or JSON urls | ||
# [trackMetadata] | ||
# sources = data/trackMetadata.csv | ||
|
||
|
||
[GENERAL] | ||
|
||
|
||
## add a document.domain to set the same-origin policy | ||
# documentDomain=foobar.com | ||
|
||
## use classic jbrowse menu with file instead of track and genome | ||
#classicMenu = true | ||
|
||
## hide open genome option | ||
#hideGenomeOptions = true | ||
|
||
## enable or disable high resolution rendering for canvas features. set to auto, disabled, or numerical scaling factor. default: 2 | ||
# highResolutionMode=auto | ||
|
||
## uncomment to change the default sort order of the reference | ||
## sequence dropdown | ||
# refSeqOrder = length descending | ||
|
||
|
||
## to set a default data directory other than 'data', uncomment and | ||
## edit the line below | ||
# dataRoot = data | ||
|
||
## optionally add more include statements to load and merge in more | ||
## configuration files | ||
include = {dataRoot}/trackList.json | ||
include += {dataRoot}/tracks.conf | ||
# include += ../url/of/my/other/config.json | ||
# include += another_config.conf | ||
|
||
## uncomment and edit the example below to enable one or more | ||
## JBrowse plugins | ||
[ plugins.gdc-viewer ] | ||
location = plugins/gdc-viewer | ||
|
||
# [ plugins.AnotherPlugin ] | ||
# location = ../plugin/dir/someplace/else | ||
|
||
## edit the datasets list below to add datasets to the jbrowse dataset | ||
## selector | ||
|
||
# [datasets.volvox] | ||
# url = ?data=sample_data/json/volvox | ||
# name = Volvox Example | ||
|
||
# [datasets.modencode] | ||
# url = ?data=sample_data/json/modencode | ||
# name = MODEncode Example | ||
|
||
# [datasets.yeast] | ||
# url = ?data=sample_data/json/yeast | ||
# name = Yeast Example |
Oops, something went wrong.