Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
population-mapping-version2
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Lensing, Kim
population-mapping-version2
Commits
98a2f292
Commit
98a2f292
authored
1 year ago
by
Lensing, Kim
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
001c982b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-10
11 additions, 10 deletions
README.md
with
11 additions
and
10 deletions
README.md
+
11
−
10
View file @
98a2f292
...
...
@@ -90,16 +90,14 @@ Example: if ```path1: /lustre/nobackup/WUR/ABGC/shared/Chicken/Africa/X201SC2003
-
**mapping_stats**
directory containing the qualimap results and a summary of the qualimap results for all samples in
```sample_quality_summary.tsv```
-
**qualimap**
contains qualimap results per sample
### Install conda if it is not yet installed
Install miniconda on linux
[
Download installer
](
https://docs.conda.io/en/latest/miniconda.html
)
[
Installation instructions
](
https://conda.io/projects/conda/en/latest/user-guide/install/index.html
)
## Install conda if it is not yet installed
Install miniconda on linux.
[
Download installer.
](
https://docs.conda.io/en/latest/miniconda.html
)
[
Installation instructions.
](
https://conda.io/projects/conda/en/latest/user-guide/install/index.html
)
Download the installer to your home directory.
1.
Download the installer to your home directory.
Choose the version according to your operating system. You can right click the link, copy and download with:
`wget <link>`
...
...
@@ -107,21 +105,24 @@ For example:
`wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh`
To install miniconda, run:
2.
To install miniconda, run:
`bash <installer name>`
For example:
`bash Miniconda3-latest-Linux-x86_64.sh`
Set up the conda channels in this order:
3.
Set up the conda channels in this order:
```
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
```
Activate the environment
4.
Activate the environment
```
conda activate /lustre/nobackup/WUR/ABGC/shared/pipelines_version2/envs/population-mapping-version2
```
...
...
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