Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
magatt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UMR GDEC
magatt
Commits
4d524bea
Commit
4d524bea
authored
2 years ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
IMPROVE: correction of conda env create command in README.md
parent
4df3e943
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
4d524bea
...
...
@@ -15,7 +15,7 @@ $ git clone https://forgemia.inra.fr/umr-gdec/magatt.git
We recommend to build the environment using conda (developped with miniconda 3, conda 4.9.2 ) with the file
[
environment.yml
](
environment.yml
)
:
```
console
$
conda
env
create
-f
=
environment.yml
-n
magatt
$
conda
env
create
-f
environment.yml
-n
magatt
```
Once created, you can activate the environment with:
...
...
@@ -24,7 +24,7 @@ Once created, you can activate the environment with:
$
conda activate magatt
```
All the dependancies are listed below.
All the dependancies
installed in the conda env
are listed below.
*
Snakemake : 5.5.2
*
Python: 3.5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment