Skip to content

Commit

Permalink
enh: Don't include python package installation
Browse files Browse the repository at this point in the history
Will create a separate recipe for that
  • Loading branch information
lrvdijk committed Oct 11, 2024
1 parent cb0feb5 commit 5317579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions recipes/rna-seqc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ make \

mkdir -p $PREFIX/bin
cp rnaseqc $PREFIX/bin

# Install python scripts
cd python
$PYTHON setup.py install
7 changes: 0 additions & 7 deletions recipes/rna-seqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,9 @@ requirements:
- boost-cpp
- xz
- zlib
- numpy
- pandas
- matplotlib-base
- seaborn
- nbformat
test:
commands:
- rnaseqc --version
imports:
- rnaseqc

about:
home: https://github.com/broadinstitute/rnaseqc
Expand Down

0 comments on commit 5317579

Please sign in to comment.