Skip to content

Commit

Permalink
Ngsplotdb bugfixes (#10396)
Browse files Browse the repository at this point in the history
* Fix installation for hg19

* Fix hg38

* Fix mm10

* Better syntax
  • Loading branch information
apeltzer authored Aug 13, 2018
1 parent b8fd51f commit 6c98378
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-hg19/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
name: 'r-{{ name|lower }}'
version: '{{ version }}'
build:
number: 2
number: 4
requirements:
run:
- r-ngsplot
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-hg19/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ if [[ $SUCCESS != 1 ]]; then
fi

# Install and clean up
ngsplotdb.py install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
ngsplotdb.py -y install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
rm $TARBALL
rmdir $STAGING
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-hg38/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
name: 'r-{{ name|lower }}'
version: '{{ version }}'
build:
number: 2
number: 4
requirements:
run:
- r-ngsplot
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-hg38/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ if [[ $SUCCESS != 1 ]]; then
fi

# Install and clean up
ngsplotdb.py install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
ngsplotdb.py -y install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
rm $TARBALL
rmdir $STAGING
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-mm10/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
name: 'r-{{ name|lower }}'
version: '{{ version }}'
build:
number: 1
number: 3
requirements:
run:
- r-ngsplot
Expand Down
2 changes: 1 addition & 1 deletion recipes/r-ngsplot-mm10/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ if [[ $SUCCESS != 1 ]]; then
fi

# Install and clean up
ngsplotdb.py install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
ngsplotdb.py -y install "${TARBALL}" >> "${PREFIX}/.messages.txt" 2>&1
rm $TARBALL
rmdir $STAGING

0 comments on commit 6c98378

Please sign in to comment.