Closed miasteinberg closed 7 years ago
Yes, please, install mirdeep 2.0.0.7, I will fix the dependency for bcbio to avoid future problems.
Let me know if that fix it! Thanks!
You can do this by using conda from bcbio installation:
conda install -f mirdeep2=2.0.0.7 -c bioconda
That fixed the problem, thanks!
Hello! I installed bcbio and have upgraded with bcbio_nextgen.py upgrade --genomes hg19. Running through the small RNA example pipeline, I am getting an error at the miRDeep2 step:
I noticed that the code in this repo has an -f option added that the original mirdeep does not, so I double checked which version of mirdeep I was using, but it looks correct:
The code in this repo is mirdeep 2.0.0.7 while the mirdeep packaged with bcbio is 2.0.0.8. Do I need to roll back to 2.0.0.7 somehow?
Thanks much, Mia