Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PAQR_KAPAC
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_public
PAQR_KAPAC
Commits
e58b36c0
Commit
e58b36c0
authored
5 years ago
by
BIOPZ-Schmidt Ralf
Browse files
Options
Downloads
Patches
Plain Diff
updated python3 env install procedure
parent
6408baf5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+15
-0
15 additions, 0 deletions
README.md
requirements_py3_UPDATED.txt
+11
-0
11 additions, 0 deletions
requirements_py3_UPDATED.txt
with
26 additions
and
0 deletions
README.md
+
15
−
0
View file @
e58b36c0
...
...
@@ -30,6 +30,21 @@ On MacOS X:
```
bash
conda create
-n
paqr_kapac
-c
bioconda
-c
ostrokach
--file
requirements_py3.txt
```
**Important Update**
: Please not that we experienced some difficulties with some anaconda-packages which have been removed from anaconda cloud. In order to create the python3 environment please follow these steps:
```
bash
conda create
-n
paqr_kapac
-c
bioconda
-c
ostrokach
-c
r
-c
defaults
--file
requirements_py3_UPDATED.txt
```
This will result in an environment without the R package "optparse". In order to install this package please run:
```
bash
conda activate paqr_kapac
R
```
Now, you should find your console to be in an active R session. Here, execute:
```
R
install.packages
(
"optparse"
)
q
()
```
If you already have a conda version with python2 installed, create the new python 3 environment like this:
```
bash
conda create
-n
paqr_kapac
-c
bioconda
-c
ostrokach
--file
requirements_py3.txt
python
=
3
...
...
This diff is collapsed.
Click to expand it.
requirements_py3_UPDATED.txt
0 → 100644
+
11
−
0
View file @
e58b36c0
# This file may be used to create an environment using:
# $ conda create --name tutorial --file <this file>
python=3.5.4
snakemake=3.13.0
graphviz=2.38.0
star=2.5.2a
samtools=1.3.1
bedtools=2.26.0
gzip=1.7
r-base=3.5.1
sra-tools=2.8.2
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