dieterich-lab / Baltica

Baltica: integrated differential junction usage
https://dieterich-lab.github.io/Baltica/
MIT License
8 stars 3 forks source link

Update setup.md #8

Open boehmv opened 4 years ago

boehmv commented 4 years ago

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:

Specifications:

- snakemake==5.2 -> python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python=3.7

(base) volker@gehring-workstation1:~/Tools/baltica/envs$ conda env create -f junctionseq-env.yml --yes usage: conda-env [-h] {create,export,list,remove,update,config} ... conda-env: error: unrecognized arguments: --yes

Without the "--yes" command and changing to junctionseq.yml, it seems to work. The next command should also be "conda activate junctionseq" and not "leafcutter".

ERROR: lazy loading failed for package ‘Hmisc’

BTW, I installed snakemake via (https://snakemake.readthedocs.io/en/stable/getting_started/installation.html) and got the "python setup.py install" command to run properly. However, I could not test the next command "baltica majiq --configfile baltica/config.yml --use-envmodule", as the output was just: "baltica: error: unrecognized arguments: --configfile"

Hope those comments help in any way. I would be happy to try to fix those problems. Maybe they are mostly because of issues with my machine...