ssadedin / bpipe

Bpipe - a tool for running and managing bioinformatics pipelines

Home Page:http://docs.bpipe.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Help! Installation Error from Conda

jsolvason opened this issue · comments

I am installing on Ubuntu 16.04.4 LTS
Anaconda = 5.1

$ conda install -c bioconda bpipe
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - bpipe
  - openjdk=8.0[build=zulu8*]

Current channels:

  - https://conda.anaconda.org/bioconda/linux-64
  - https://conda.anaconda.org/bioconda/noarch
  - https://repo.continuum.io/pkgs/main/linux-64
  - https://repo.continuum.io/pkgs/main/noarch
  - https://repo.continuum.io/pkgs/free/linux-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/linux-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/linux-64
  - https://repo.continuum.io/pkgs/pro/noarch

I tried Installing the packages separately by simply downloading the tar files and it seemed to work, although I kept getting grep: warning: GREP_OPTIONS is deprecated; please use an alias or script errors. Bowtie takes much longer than expected.

Thoughts?

$ bpipe
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script

Bpipe Version 0.9.9.2   Built on Mon Jul 18 03:11:39 UTC 2016
$ bpipe run ../parclip-pipe-chimeraAdapters.sh Pilot2-PAR-Clip_S1_L001_R1_001.fastq 
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
====================================================================================================
|                              Starting Pipeline at 2018-04-04 18:59                               |
====================================================================================================

========================================= Stage preprocess =========================================

Ah I see. I copied some lines to the .bashrc from an old copy from another server. That seemed to correct the issue. Thanks!

Joe