forked from jessicarowell/HMAS-QC-Pipeline
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.ini
executable file
·41 lines (34 loc) · 906 Bytes
/
settings.ini
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
## MOTHUR SETTINGS
# Input name of oligo files (required) and batch file.
# If directories not specified, current directory will be used.
[file_inputs]
input_dir = /scicomp/groups/OID/NCEZID/DFWED/EDLB/projects/CIMS/Salmonella/degen_primer_test/raw_seqs
output_dir = /scicomp/groups/OID/NCEZID/DFWED/EDLB/projects/CIMS/Salmonella/degen_primer_test/raw_seqs
batch_file = paired.files
file_prefix = sal
oligos = 191018.oligos
# Input parameters for the make.contigs function
[contigs_params]
processors=40
format=illumina1.8+
bdiffs=0
pdiffs=0
checkorient=t
insert=25
trimoverlap=f
allfiles=t
# Input parameters for the rename.file function
[rename_param]
prefix=sal
# Input for the screen.seqs function
[screen_params]
maxambig=0
maxlength=325
# Input for the pcr.seqs function
[pcr_params]
pdiffs=0
rdiffs=0
# Input for the remove.rare function
[rare_seqs_param]
nseqs=9
## VSEARCH SETTINGS (etc)