You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ A Snakemake workflow for phylogeographic analysis.
3
3
4
4
aPhyloGeo is a user-friendly, scalable, reproducible, and comprehensive workflow that can explore the correlation between specific genes (or gene segments) and environmental factors.
5
5
6
-
7
6
## Dependencies
8
7
9
8
-[Python](https://www.python.org/)
@@ -21,7 +20,7 @@ The workflow includes the following bioinformatics tools:
The software dependencies can be found in the conda environment files: [[1]](https://github.com/tahiri-lab/aPhyloGeo-pipeline/tree/main/workflow/envs),[[2]](https://github.com/tahiri-lab/aPhyloGeo-pipeline/blob/main/environment.yaml)
23
+
The software dependencies can be found in the conda environment files: [[1]](https://github.com/tahiri-lab/aPhyloGeo-pipeline/tree/main/workflow/envs) and [[2]](https://github.com/tahiri-lab/aPhyloGeo-pipeline/blob/main/environment.yaml).
25
24
26
25
## Usage
27
26
@@ -30,6 +29,7 @@ The software dependencies can be found in the conda environment files: [[1]](htt
**2.1 If you do not have Conda installed, then use the following method to install it. If you already have Conda installed, then refer directly to the next step (2.2).**
35
35
@@ -42,12 +42,14 @@ The software dependencies can be found in the conda environment files: [[1]](htt
42
42
# update Conda
43
43
conda update -y conda
44
44
45
-
**2.2 Create a conda environment named aaa and install all the dependencies in that environment.** <br>
46
-
<br>
45
+
46
+
**2.2 Create a conda environment named aaa and install all the dependencies in that environment.**<br>
47
+
47
48
48
49
# create a new environment with dependencies
49
50
conda env create -n aPhyloGeo -f environment.yaml
50
51
52
+
51
53
**2.3 Activate the environment** <br>
52
54
53
55
conda activate aPhyloGeo
@@ -127,3 +129,4 @@ _Locally_ <br>
127
129
# force snakemake to run the job. By default, if snakemake thinks the pipeline doesn’t need updating, snakemake will not run
0 commit comments