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

Update Genenotebook to v0.1.4 #11218

Merged
merged 23 commits into from
Oct 4, 2018
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
10 changes: 7 additions & 3 deletions recipes/genenotebook/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

set -exo pipefail

outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
outdir=${PREFIX}/share/${PKG_NAME}-${PKG_VERSION}-${PKG_BUILDNUM}
mkdir -p $outdir $PREFIX/bin

pwd
ls -l .
cp -R * $outdir
ln -s $outdir/genenotebook $PREFIX/bin/genenotebook
npm install --unsafe-perm
METEOR_ALLOW_SUPERUSER=1 METEOR_DISABLE_OPTIMISTIC_CACHING=1 npm run bundle
cp -R genenotebook_v${PKG_VERSION}/* $outdir
ln -s ${outdir}/genenotebook ${PREFIX}/bin/genenotebook

15 changes: 8 additions & 7 deletions recipes/genenotebook/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{% set name = 'GeneNoteBook' %}
{% set version = '0.1.3' %}
{% set sha256 = '727256f8e3b680520815026c20aa056899ab2e00b34f204a362b033a6c584c27' %}

{% set version = '0.1.4' %}
{% set sha256 = '556b01d6ff414a1f6b8433fecc294c6ad6c23ea9171c57bcaa98bc20831f6e74' %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/genenotebook/genenotebook/releases/download/v{{ version }}/genenotebook_v{{ version }}.tar.gz
url: https://github.com/genenotebook/genenotebook/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

requirements:
build:
host:
- jq
- nodejs
build:
- {{ compiler('cxx') }}
run:
- blast
- nodejs
Expand All @@ -30,5 +32,4 @@ about:
home: https://genenotebook.github.io
license: AGPL-3.0
license_file: LICENSE
summary: A colleborative notebook for genes and genomes

summary: A colleborative notebook for comparative genomics