forked from nikolaichik/SigmoID
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFileTypes.xojo_filetypeset
142 lines (132 loc) · 1.97 KB
/
FileTypes.xojo_filetypeset
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
#tag FileTypeSet
#tag FileType
CodeName=Sig_file
Extension=.sig
Flags=&h5
MacCreator=SgId
MacType=BINA
Name=SigmoidFile
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=Text
Extension=.text;.txt;.sto;.hmm
Flags=&h2
MacCreator=????
MacType=TEXT
Name=Text
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=AllFiles
Extension=.*
Flags=&h2
MacCreator=????
MacType=????
Name=All Files
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=Folder
Extension=
Flags=&h2
MacCreator=MACS
MacType=fold
Name=Folder
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=Sig_Prefs
Extension=.plist;.ini
Flags=&h2
MacCreator=SgId
MacType=SgPr
Name=Sigmoid Prefs
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=GenBank
Extension=.gb;.gbk
Flags=&h5
MacCreator=????
MacType=TEXT
Name=GenBank
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=Fasta
Extension=.fasta;.fas;.fsa;.fa
Flags=&h9
MacCreator=????
MacType=TEXT
Name=Fasta
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=Table
Extension=.tbl
Flags=&h2
MacCreator=????
MacType=TEXT
Name=Table
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=MEME
Extension=.meme;.MEME
Flags=&h0
MacCreator=
MacType=
Name=MEME
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag FileType
CodeName=WIG
Extension=.wig
Flags=&h0
MacCreator=
MacType=
Name=WIG
UTI=
UTIConformsTo=
Description=
MimeType=
Imported=True
#tag EndFileType
#tag EndFileTypeSet