Skip to content

Commit

Permalink
Update: fgbio with duplex fixes (#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Jun 27, 2017
1 parent a9cc34f commit f2a8336
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions recipes/fgbio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ mkdir -p $PREFIX/bin
cd $SRC_DIR

# Development version build
#sbt update
#sbt assembly
#cp target/scala-*/fgbio-*.jar $outdir/fgbio.jar
sbt update
sbt assembly
cp target/scala-*/fgbio-*.jar $outdir/fgbio.jar

# Release jar
cp fgbio*.jar $outdir/fgbio.jar
#cp fgbio*.jar $outdir/fgbio.jar

cp $RECIPE_DIR/fgbio.py $outdir/fgbio
chmod +x $outdir/fgbio
Expand Down
14 changes: 7 additions & 7 deletions recipes/fgbio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version="0.2.0" %}
#{% set tag="bcf4e16" %}
{% set version="0.2.1a" %}
{% set tag="4cddb22" %}
about:
home: https://github.com/fulcrumgenomics/fgbio
license: MIT
Expand All @@ -11,11 +11,11 @@ build:
number: 0
skip: true # [not py27]
source:
#fn: fgbio-{{ tag }}.tar.gz
#url: https://github.com/fulcrumgenomics/fgbio/archive/{{ tag }}.tar.gz
fn: fgbio-{{ version }}.jar
url: https://github.com/fulcrumgenomics/fgbio/releases/download/{{ version }}/fgbio-{{ version }}.jar
md5: ef2568c70f0e618e036f911e7ade79e7
fn: fgbio-{{ tag }}.tar.gz
url: https://github.com/fulcrumgenomics/fgbio/archive/{{ tag }}.tar.gz
#fn: fgbio-{{ version }}.jar
#url: https://github.com/fulcrumgenomics/fgbio/releases/download/{{ version }}/fgbio-{{ version }}.jar
md5: 34b5ef1cdd6dccf1326af2c12e57e9a8
requirements:
build:
- openjdk >=8
Expand Down

0 comments on commit f2a8336

Please sign in to comment.