Compare commits

..

No commits in common. "a0b5de076940e816bf130791f4683198f1ede734" and "325b35b013f7962c2ad5ec00f2a002a582ffeb10" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -5,10 +5,7 @@ channels:
dependencies:
- bedtools=2.30.0
- samtools=1.15.1
- bcftools=1.16
- vcftools=0.1.16
- globus-cli=3.11.0
- jupyter_server=2.0.1
- notebook=6.5.3
- dvc=2.49.0
- dvc-s3=2.21.0

View File

@ -451,10 +451,6 @@ zsh-rbenv () {
zsh-conda () {
if [[ -x $XDG_DATA_HOME/mambaforge/bin/conda ]]; then
eval "$($XDG_DATA_HOME/mambaforge/bin/conda shell.zsh hook)"
alias cdd="conda deactivate"
alias cda="conda activate"
alias cde="conda env"
alias cdl="conda list"
else
echo "conda installation not found"
fi