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

Missing environment.yml #1

Closed
mwhamgenomics opened this issue Sep 15, 2021 · 3 comments
Closed

Missing environment.yml #1

mwhamgenomics opened this issue Sep 15, 2021 · 3 comments

Comments

@mwhamgenomics
Copy link

Working through the Setup page of carpentries-incubator/workflows-nextflow, the step after downloading the training material mentions an environment.yml file that doesn't exist:

# Training material
Download the training material copy & pasting the following command in the terminal:

    $ git clone https://github.com/ggrimes/nf-training
    $ cd nf-training

# Training software
The simplest way to install the software for this course is using conda.
To install conda see [here](link).

To create the training environment run:

    conda env create -f environment.yml

...
@kirito002
Copy link

I have the same problem as you, it seems that the authorities are not aware of this small but important problem, I found it under /scripts/rnaseq_pipeline/environment.yml.
It feels the same, the environment is named differently. I'll just press this one to install it.

@IsabelFE
Copy link

I have the same issue

@ggrimes ggrimes pinned this issue Apr 29, 2022
@amcdavid
Copy link

amcdavid commented Jun 14, 2022

I also needed to edit nextflow.config to point conda environment path. Could use $HOME rather than hardcoding /home/training and stipulate the conda environment name with conda env create -n nf-training -f scripts/rnaseq_pipeline/environment.yml so this would work out of the box for most conda setups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants