annotate MolD_parameter_file.txt @ 0:4e8e2f836d0f draft default tip

planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
author itaxotools
date Sun, 29 Jan 2023 16:25:48 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
1 #############SET INPUT AND OUTPUT FILES (INCLUDING COMPLETE PATH)
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
2 INPUT_FILE=D:\MOLD3\Pontohedyle_COI.fas
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
3 OUTPUT_FILE=D:\MOLD3\Pontohedyle_COI.txt
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
4
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
5 # Code gaps as characters: 'yes' or 'no'
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
6 Gaps_as_chars=no
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
7
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
8 #############SET TAXON PARAMETERS (NO DEFAULTS, no parameters entered will lead to an error).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
9 # Set list of the focus taxa (enter a comma separated list)
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
10 # to combine several taxa in the list and diagnosed pooled records as a single taxon, put '+' between the pooled taxa names
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
11 # to diagnose all taxa, enter 'ALL'
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
12 # to diagnose all taxa with more than N sequences available (where N is a natural number), enter '>N'
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
13 # to diagnose only taxa, with certain pattern in the taxon name, enter 'P:pattern'
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
14 # to pool all records with with certain pattern in the taxon name together, and diagnose as single taxon, enter 'P+:pattern'
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
15 # to obtain sets of diagnostic sites for taxa pairs, enter:
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
16 # allVSall - for all possible pairwise comparisons in the dataset
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
17 # taxon1VSall - for pairwise comparisons of taxon1 with all other taxa in the dataset
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
18 # taxon1VStaxon2 - for pairwise comparison of taxa taxon 1 and taxon2
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
19
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
20 #qTAXA=all, allVSall
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
21 qTAXA= neridae, wiggi, verrucosa, neridae+wiggi+verrucosa, neridaeVSwiggiVSverrucosa
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
22 #qTAXA= neridaeVSwiggiVSverrucosa
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
23
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
24 # Set taxon rank: if species - 1, if above species - 2.
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
25
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
26 Taxon_rank=1
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
27
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
28 #############SET ADVANCED PARAMETERS FOR pDNC RECOVERY.
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
29 # If you don't want to set them, don't enter anything after '='
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
30 # Set number of the informative positions to be considered, integer (default 100)
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
31 # By entering '>0' all informative positions will be selected.
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
32
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
33 Cutoff=>1
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
34
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
35 # Set how many ambiguously called nucleotides are allowed (default 25).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
36
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
37 NumberN=100
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
38 # Set number recursions of MolD (default 10000).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
39
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
40 Number_of_iterations=10000
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
41
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
42 # Set maximum length for the raw pDNCs (defailt 12).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
43
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
44 MaxLen1=12
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
45
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
46 # Set maximum length for the refined pDNCs (default 7).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
47
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
48 MaxLen2=5
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
49
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
50 # Set a sequence to be used as a reference for site indexing (1st position will correspond to the beginning of this sequence.
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
51 # Default - indexing starts from the beginning of the alignment. So, alignment is expected to be trimmed on the left to match the beginning of the reference sequence (if the reference is provided).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
52 # Leave as is, or enter sequence <identifier>,in (if seq will be used for diagnoses calculations), or <identifier>,ex if seq is to be used for indexin only.
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
53
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
54 Iref=NO
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
55
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
56 ############ SET PARAMETERS OF ARTIFICIAL DATASETS (only sDNSs).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
57 # Set percent difference between original and modified sequence (default 1 for species-level taxa, 3 for for supraspecific taxa).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
58
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
59 Pdiff=1
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
60
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
61 # Set max number of sequences per taxon to modify (default 10).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
62
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
63 NMaxSeq=10
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
64
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
65 # Set rDNC scoring threshold (default stringent).
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
66 # 100 artificial datasets are created to score the sDNC. If the sDNC remains diagnostic in requested (defined by value of threshold),
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
67 # or higher number of artificial datasets in two consequtive runs, then sDNC is output. The threshold values are like:
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
68 # lousy: 66
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
69 # moderate: 75
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
70 # stringent: 90
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
71 # very_stringent: 95
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
72
4e8e2f836d0f planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
itaxotools
parents:
diff changeset
73 Scoring=moderate