-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdefaultsettings.Rmd
90 lines (85 loc) · 2.37 KB
/
defaultsettings.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
output:
html_document: default
pdf_document: default
word_document: default
---
# iMAP Default Settings {#defaultsettings}
>iMAP users who want to change the default settings may do so using any text editor. The table below shows the location of default parameters that may be altered</h3>
<table class="table table-condensed", border="1">
<colgroup>
<col width="15%">
<col width="25%">
<col width="40%">
<col width="20%">
</colgroup>
<thead>
<tr>
<th align="left"><strong>Parameter to change</strong></th>
<th align="left"><strong>File Path</strong></th>
<th align="left"><strong>Filename</strong></th>
<th align="left"><strong>Default setting</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Phred score</td>
<td align="left">iMAP/code/preprocessing</td>
<td align="left">04_get_highscore_reads.bash</td>
<td>trimq=25</td>
</tr>
<tr>
<td align="left">Min Contig length</td>
<td align="left">iMAP/code/seqprocessing</td>
<td align="left">01_assemble_paired_reads.batch</td>
<td>minlength=100</td>
</tr>
<tr>
<td align="left">Max Contig length</td>
<td align="left">iMAP/code/seqprocessing</td>
<td align="left">01_assemble_paired_reads.batch</td>
<td>maxlength=300</td>
</tr>
<tr>
<td align="left">Min alignment length</td>
<td align="left">iMAP/code/seqprocessing</td>
<td align="left">02_align_for_16S_consensus.batch</td>
<td>minlength=100</td>
</tr>
<tr>
<td align="left">Max alignment length</td>
<td align="left">iMAP/code/seqprocessing</td>
<td align="left">02_align_for_16S_consensus.batch</td>
<td>maxlength=300</td>
</tr>
<tr>
<td align="left">Reference</td>
<td align="left">iMAP/code/seqclassification</td>
<td align="left">01_classify_seqs.batch</td>
<td>silva.seed.ng.fasta; QIIME2</td>
</tr>
<tr>
<td align="left">Taxonomy</td>
<td align="left">iMAP/code/seqclassification</td>
<td align="left">01_classify_seqs.batch</td>
<td>silva.seed.tax</td>
</tr>
<tr>
<td align="left">Classification cutoff</td>
<td align="left">iMAP/code/seqclassification</td>
<td align="left">01_classify_seqs.batch</td>
<td>cutoff=80</td>
<tr>
<td align="left">QIIME2 DADA2 settings</td>
<td align="left">iMAP/code/qiime2</td>
<td align="left">qiime2.bash</td>
<td>DADA2 QC parameters are set at 0</td>
</tr>
<tr>
<td align="left">QIIME2 Taxonomy classifier</td>
<td align="left">iMAP/code/qiime2</td>
<td align="left">qiime2.bash</td>
<td>gg-13-8-99-515-806-nb-classifier.qza</td>
</tr>
</tbody>
</table>