Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBrowse 1.16.2 #13657

Merged
merged 2 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions recipes/jbrowse/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ echo "location = ../plugin/GCContent/" >> jbrowse.conf
git clone https://github.com/Arabidopsis-Information-Portal/ComboTrackSelector.git plugins/ComboTrackSelector/
echo "[ plugins.ComboTrackSelector ]" >> jbrowse.conf
echo "location = ../plugin/ComboTrackSelector/" >> jbrowse.conf
cd plugins/ComboTrackSelector/
patch -p1 < $RECIPE_DIR/combotrackselector.patch
cd ../../

# Add MultiBigWig plugin
git clone https://github.com/elsiklab/multibigwig.git plugins/MultiBigWig/
Expand Down
55 changes: 0 additions & 55 deletions recipes/jbrowse/combotrackselector.patch

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/jbrowse/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% set version = "1.16.1" %}
{% set version = "1.16.2" %}
package:
name: jbrowse
version: {{ version }}
build:
number: 4
source:
sha256: 7e250ec4adcc99b8d19879be361a6efd195d111638dca22d3e6d2b8d7e33feb0
sha256: dd49920748223c2b80792e2b64746197041847b7e8ce02b072f951f77bd1230d
url: https://github.com/GMOD/jbrowse/archive/{{ version }}-release.zip

requirements:
Expand Down