-
Notifications
You must be signed in to change notification settings - Fork 17
trouble installing pipeline #10
Comments
Hi, I am getting a very similar error when trying to install:
|
Hi both, thanks for reporting. Could you please try adding:
to your config file. That will solve this problem. The nuber (here 100) will be an upper limit. The actual thread number is still controlled by snakemakes -j/--cores. Next release will make sure that is not required anymore. Sorry about that, |
Dear Philipp, Thanks! That helped, but - next error: Building DAG of jobs... ResolvePackageNotFound:
|
Ah sorry, I missed in your initial post that you are on Mac. The pipeline is currently not available on Mac because of this reason. There is no Mac version for mosdepth. The mosdepth authors have been working on this (brentp/mosdepth#103) but I haven't seen any progress in a while. Would you be able to run it on a Linux computer? |
I can; however, at the moment I am trying to put together an instructional lab for undergrads (or maybe even high school students), so the idea is to keep everything from basecalling to analysis on a desktop. Should I try it in Win10? Or is its unix emulator even further away from native linux than MacOS? |
Good question, haven't tried it with the linux subsytem for Windows. What about using docker? It's easy to install on a Mac and with a miniconda container (docker run -i -t continuumio/miniconda3 /bin/bash) it should be straight foward to setup the pipeline and run it. |
I managed to build mosdepth on Mac (10.14.6), see https://www.biostars.org/p/437365/ plus Brent now provides some non-static binaries, brentp/mosdepth#103 (comment) |
snakemake --use-conda -p all --cores 2
Working directory: /Users/levyampolsky/Desktop/BioInfoSoft/NanoporeTools/pipeline-structural-variation-master/results/
Using {sample}/target.bed as target file
KeyError in line 147 of /Users/levyampolsky/Desktop/BioInfoSoft/NanoporeTools/pipeline-structural-variation-master/Snakefile:
'threads'
File "/Users/levyampolsky/Desktop/BioInfoSoft/NanoporeTools/pipeline-structural-variation-master/Snakefile", line 147, in
Any ideas what I might be doing wrong?
Under macOS 10.12.
Thanks!
The text was updated successfully, but these errors were encountered: