Skip to content

Commit

Permalink
fix channel
Browse files Browse the repository at this point in the history
  • Loading branch information
psathyrella committed Sep 19, 2024
1 parent 494e034 commit d9612ac
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 @@ -49,7 +49,7 @@ def install():
cmds += utils.mamba_cmds(args.env_label, only_prep=True)
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 bioconda -c conda-forge phylip']
cmds += ['micromamba install -c conda-forge%s click' % ('' if args.no_dag else ' gctree')]
if args.no_dag:
cmds += ['pip install gctree==3.3.0'] # I think having --user makes it install in ~/.local (outside mamba env)
Expand Down

0 comments on commit d9612ac

Please sign in to comment.