Skip to content

Commit

Permalink
add channel
Browse files Browse the repository at this point in the history
  • Loading branch information
psathyrella committed Sep 19, 2024
1 parent e41f127 commit 26e61d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gctree-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def idfn():
def install():
cmds = ['#!/bin/bash']
cmds += utils.mamba_cmds(args.env_label, only_prep=True)
cmds += ['micromamba create -n %s python=3.9' % args.env_label] # 3.10 currently has problems with ete
cmds += ['micromamba create -n %s -c conda-forge python=3.9' % args.env_label] # 3.10 currently has problems with ete
cmds += ['micromamba activate %s' % args.env_label]
cmds += ['micromamba install -c bioconda phylip']
cmds += ['micromamba install -c conda-forge%s click' % ('' if args.no_dag else ' gctree')]
Expand Down

0 comments on commit 26e61d6

Please sign in to comment.