forked from meren/pommunity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
33 lines (27 loc) · 1.04 KB
/
config.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
; sample config file.
[general]
; platform value is not being used at this moment.
platform = 454
; this is the name of the community and is being used
; in the id tag of sequences in the fasta file that
community = test
output_file = test.fasta
; total number of sequences. how these sequences are
; going to be distributed among different members of the
; community is going to be declared with ratio variable
; in member sections.
total_sequences = 10000
; there is no limit to the number of members. it depends on
; how complex the resulting community is desired to be. in
; every member section there has to be a sequence, and a ratio
; variable. following example will generate 5000 type A, 3000
; type B, 2000 type C sequences.
[member type A]
sequence = TGGTTTAAAGGGAGCGTAGGTGGACAGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAG
ratio = 5
[member type B]
sequence = AGTTTTTAAGCGAGCGTAGGTGGACAGTTAAGTCAGTTGTGACAGTTTGCGGCTCAACCGTAATATTGCAT
ratio = 3
[member type C]
sequence = AGGTTTACAGGGAGCGTAGGTGGACAGTTAAGTCATTTGTGAAAGTTTGCGACTCAACCGTAAAATTGCAG
ratio = 2