-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example JSON not working #235
Comments
This looks like a Conda issue. How did you install Conda? Did you use
Installing without |
I installed Conda through Miniconda3 using the guide provided. I had used Is there any short guide to use the ENCODE pipeline with |
Please try to manually re-install bowtie2 (latest) in your Conda environemnt $ source activate encode-chip-seq-pipeline
$ which bowtie2 # check if bowtie2 binaries are under the environment bin/ folder
$ bowtie2 --version
$ conda uninstall bowtie2
$ conda install bowtie2
$ bowtie2 --version # check version after manual installation Most HPC clusters do not support For HPCs,
|
Describe the bug
I have just cloned and installed the pipeline using conda, and caper using pip. However, I cannot run the example JSON. Any help would be much appreciated!
OS/Platform
Caper configuration file
Input JSON file
https://storage.googleapis.com/encode-pipeline-test-samples/encode-chip-seq-pipeline/ENCSR000DYI_subsampled_chr19_only.json
Troubleshooting result
And so on.
The text was updated successfully, but these errors were encountered: