Skip to content

Commit

Permalink
Bridges Conda fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Sep 28, 2018
1 parent c7efaf2 commit b4f0da6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
This is a log of any changes that were made manually that could not easily be codified in to Ansible. Changes made
prior to the first entry have not been logged.

### Thu Sep 27 21:48:27 EDT 2018

#### Bridges

Ran out of quota in `/home` so I moved Galaxy and Conda back to `/pylon5` since the quotas there are now relaxed and the
automatic cleaner is disabled. This required doing the same `conda list --export | conda create --file /dev/stdin`
process as before. Java again had to be uninstalled from the `__unicycler@0.4.1` environment.

### Thu Sep 27 14:47:37 EDT 2018

#### DESeq2 dependencies
Expand Down
2 changes: 1 addition & 1 deletion env/common/host_vars/br005.bridges.psc.edu.yml
Expand Up @@ -18,7 +18,7 @@ pulsar_yaml_config:
staging_directory: "{{ _bridges_pylon5_root }}/staging"
persistence_directory: "{{ pulsar_root }}/var"
tool_dependency_dir: "{{ _bridges_home_root }}/deps"
conda_prefix: "/home/xcgalaxy/conda"
conda_prefix: "/pylon5/mc48nsp/xcgalaxy/conda"
job_metrics_config_file: "{{ pulsar_config_dir }}/job_metrics_conf.xml"
message_queue_url: "{{ pulsar_message_queue_url }}"
dependency_resolvers_config_file: "{{ pulsar_config_dir }}/dependency_resolvers_conf.xml"
Expand Down

0 comments on commit b4f0da6

Please sign in to comment.