view conda_environment.yml @ 89:3c9d4d976c47 draft

"planemo upload commit 8b702d0cf8f2355307eb8f95989f3d2488b2c963"
author rhpvorderman
date Fri, 05 Nov 2021 13:41:03 +0000
parents 4db34e32dd47
children 6809c63d9161
line wrap: on
line source

name: shm_csr
channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - python=3.7.1
  - changeo=0.4.4
  - biopython=1.72  # Higher versions break changeo
  - unzip=6.0
  - bash=4.4.18
  - tar=1.34
  - xlrd=1.2.0
  - r-ggplot2=3.0.0
  - r-reshape2=1.4.3
  - r-scales=0.5.0
  - r-seqinr=3.4_5
  - r-data.table=1.11.4
  - file=5.39
  # Test dependencies below
  - pytest
  # Add planemo so tool can be uploaded
  - planemo