view CSP2/conda/environment.yaml @ 1:9df7494b1398

"planemo upload"
author rliterman
date Mon, 02 Dec 2024 11:24:02 -0500
parents 01431fa12065
children
line wrap: on
line source
name: csp2_env

channels:
  - bioconda
  - conda-forge
  - defaults

dependencies:
  - python=3.8.1
  - bedtools
  - mash
  - skesa
  - mummer
  - bbmap
  - pip
  - pip:
    - nextflow
    - pybedtools
    - scikit-learn
    - pandas
    - Bio
    - datetime