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: README.md
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<br/>
4
4
5
-
The propose of this page is the reproducibility of the 16S data described in my publications (e.g.,<ahref="https://journals.asm.org/doi/abs/10.1128/AEM.00199-20">Tomazetto et al.</a>) or those are coming up soon. If you are looking for a tutorial, <ahref="<https://docs.qiime2.org/2022.2/tutorials/moving-pictures/"> here</a> is the best one you can have.
5
+
The propose of this page is the reproducibility of the 16S data described in my publications (e.g.,<ahref="https://journals.asm.org/doi/abs/10.1128/AEM.00199-20">Tomazetto et al.</a>) or those are coming up soon. If you are looking for a tutorial, <ahref="<https://docs.qiime2.org/2022.2/tutorials/moving-pictures/"> here</a> is the best one you can have.
6
6
7
7
However, you are more than welcome to reach out to me if you need help. Do not worry, I won't jump into your work. But I'll be glad if you can cite one of my works as a reference. 😊
8
8
@@ -12,9 +12,9 @@ However, you are more than welcome to reach out to me if you need help. Do not w
12
12
- Run the activate step.
13
13
- Test if qiime2 successfully activated 🔥- very important step.
14
14
15
-
```
16
-
qiime --help
17
-
```
15
+
<!---->
16
+
17
+
qiime --help
18
18
19
19
<br/>
20
20
@@ -25,9 +25,7 @@ qiime --help
25
25
26
26
**2. Transfer the fastq.gz files from your computer/HDD to the server.**
@@ -39,25 +37,21 @@ I usually create metadata files according to the project and what is need to com
39
37
40
38
🔥**Important note.**<br> Do not forget to save the file as tab-delimited - it's the best option. Validate your metadata using a Keemei.
41
39
42
-
```
43
-
#SampleID Description Condition ...
44
-
Sample01 Soil Ref ...
45
-
Sample02 Cons A ...
46
-
Sample03 Cons B ...
47
-
and dadada...
48
-
```
40
+
#SampleID Description Condition ...
41
+
Sample01 Soil Ref ...
42
+
Sample02 Cons A ...
43
+
Sample03 Cons B ...
44
+
and dadada...
49
45
50
46
<br/> **4.Back to the server to create the manifest file.**
51
47
52
48
The following python script can help you to create a manifest file from any directory. Just type the command bellow to get more instructions - very fancy. 😁
53
49
54
-
```
55
-
(base) ➜ ~ python Write_manifestFile.py -help
56
-
```
50
+
(base) ➜ ~ python Write_manifestFile.py -help
57
51
58
52
<br/> **5. Processing the data.**
59
53
60
-
Once you have the manifest file, `DrT_Qiime2.sh`, and of course, fastq.gz in a directory, you can run the script. All the steps are wrapped in a single script, including the importing the data, denoising, trimming, joining, table ASVs, tree, and basic diverstiy analysis. The script also has the steps to convert QIIME2 artifacts into visualization files, which you can view using qiime tools view or <ahref="https://view.qiime2.org">here</a>.
54
+
Once you have the manifest file, `DrT_Qiime2.sh`, and fastq.gz in a directory, you can run the script. All the steps are wrapped in a single script, including the importing the data, denoising, trimming, joining, table ASVs, tree, and basic diverstiy analysis. The script also has the steps to convert QIIME2 artifacts into visualization files, which you can view using qiime tools view or <ahref="https://view.qiime2.org">here</a>.
61
55
62
56
Check out the output files and directories!
63
57
@@ -75,7 +69,7 @@ The `qiime tools validate` command was added after some critical steps. Open the
75
69
76
70
**6. Plotting some graphics.**
77
71
78
-
Here, you also find a R script to plot some graphics. Of course, you can plot different graphics emphasizing "little this or little that". It is up to you.
72
+
Here, you also find a R script to plot some graphics. You can plot different graphics emphasizing "little this or little that". It is up to you.
0 commit comments