Skip to content

Commit

Permalink
Update seismic-rna dependencies (#51693)
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent ce30828 commit 55d5a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion recipes/seismic-rna/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# DO NOT RUN THIS SCRIPT YOURSELF!
# It should only be run by conda build.

set -euxo pipefail
set -eux -o pipefail

$PYTHON -m pip install --no-dependencies $PWD
12 changes: 2 additions & 10 deletions recipes/seismic-rna/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,41 @@
package:
name: seismic-rna
version: 0.21.1

about:
home: https://github.com/rouskinlab/seismic-rna
license: GPL-3.0-only
license_family: GPL3
license_file: LICENSE
license_url: https://www.gnu.org/licenses/gpl-3.0.html
summary: SEISMIC-RNA software by the Rouskin Lab

source:
url: https://github.com/rouskinlab/seismic-rna/archive/refs/tags/v0.21.1.tar.gz
sha256: 8cad84303ff0e98cbab5da6fc5e921780100cdd9ed799496cc772f85470a25e4

build:
noarch: python
number: 0
number: 1
run_exports:
- {{ pin_subpackage("seismic-rna", max_pin="x.x") }}

requirements:
build:
- python >=3.10
- pip
- hatch >=1.12
run:
- python >=3.10
- bowtie2 >=2.5.4
- fastqc >=0.12.1
- fastp >=0.23.0
- rnastructure >=6.4
- samtools >=1.20
- matplotlib-base >=3.9
- brotli-python >=1.0
- python-kaleido >=0.2.1
- click >=8.1
- cutadapt >=4.8
- fastqsplitter >=1.2
- numpy >=1.26,<1.27
- numba >=0.60
- pandas >=2.2
- plotly >=5.23
- pyyaml >=6.0
- scipy >=1.13

test:
imports:
- seismicrna

0 comments on commit 55d5a6b

Please sign in to comment.