Skip to content
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

Change environment.yml #202

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R-minimal/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "base"
channels:
- defaults
- conda-forge
# dependencies:
# - add packages here
# - one per line
Expand Down
2 changes: 1 addition & 1 deletion bioc-minimal/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "base"
channels:
- defaults
- conda-forge
# dependencies:
# - add packages here
# - one per line
Expand Down
2 changes: 1 addition & 1 deletion julia-minimal/environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "base"
channels:
- defaults
- conda-forge
# dependencies:
# - add packages here
# - one per line
Expand Down
18 changes: 18 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,40 @@
description: The simplest Python-3.9-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: python-minimal.png

- folder: R-minimal
name: Basic R (4.2.0) Project
description: The simplest R-4.2.0-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: R-minimal.png

- folder: bioc-minimal
name: R-Bioconductor (3.15) Project
description: The simplest R bioconductor-3.15-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: bioconductor.png

- folder: julia-minimal
name: Basic Julia (1.7.1) Project
description: The simplest Julia 1.7.1-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: julialang.png

- folder: mmoda-mimimal
name: MMDA
description: Quick-start template for MMODA workflow
variables: {}
icon: mmoda.png

- folder: python-heasoft-osa
name: Python (3.9) HEASoft (6.29c) OSA (11.2+)
description: Software useful for High-Energy Astrophysics
variables: {}
icon: python-osa-heasoft.png


- folder: minimal
name: Minimal Renku
description: The simplest renku project template with files for renku CLI and launching projects on renkulab.
variables: {}

4 changes: 4 additions & 0 deletions mmoda-mimimal/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
data
notebooks
.renku
.git
Loading