Skip to content

Commit

Permalink
Update gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Nov 7, 2024
1 parent 55e8fbc commit 73e4eb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ tasks:
bash ~/miniconda.sh -b -p ~/mirtop_env
conda config --set ssl_verify false # For Gitpod compatibility
conda install anaconda-client -y
conda install -c bioconda samtools
pip install pytest pyyaml six pysam pybedtools pandas biopython
conda install -c bioconda samtools pybedtools -y
pip install pytest pyyaml six pysam pandas biopython
command: |
python setup.py develop

0 comments on commit 73e4eb0

Please sign in to comment.