-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebServiceUrlList.plist
18 lines (18 loc) · 3.25 KB
/
webServiceUrlList.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ARSWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="ARS.featureType+ARS.secondaryIdentifier+ARS.symbol+ARS.primaryIdentifier+ARS.locations.start+ARS.locations.end+ARS.locations.strand+ARS.locations.locatedOn.primaryIdentifier+ARS.qualifier+ARS.featAttribute+ARS.description+ARS.name+ARS.sgdAlias"</string>
<key>CentromereWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="Centromere.featureType+Centromere.secondaryIdentifier+Centromere.symbol+Centromere.primaryIdentifier+Centromere.locations.start+Centromere.locations.end+Centromere.locations.strand+Centromere.locations.locatedOn.secondaryIdentifier+Centromere.qualifier+Centromere.featAttribute+Centromere.description+Centromere.name+Centromere.sgdAlias"</string>
<key>TelomereWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="Telomere.featureType+Telomere.secondaryIdentifier+Telomere.symbol+Telomere.primaryIdentifier+Telomere.locations.start+Telomere.locations.end+Telomere.locations.strand+Telomere.locations.locatedOn.primaryIdentifier+Telomere.qualifier+Telomere.featAttribute+Telomere.description+Telomere.name+Telomere.sgdAlias"</string>
<key>TyElementWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="Retrotransposon.featureType+Retrotransposon.secondaryIdentifier+Retrotransposon.symbol+Retrotransposon.primaryIdentifier+Retrotransposon.locations.start+Retrotransposon.locations.end+Retrotransposon.locations.strand+Retrotransposon.locations.locatedOn.primaryIdentifier+Retrotransposon.qualifier+Retrotransposon.featAttribute+Retrotransposon.description+Retrotransposon.name+Retrotransposon.sgdAlias"</string>
<key>TyLTRWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="LongTerminalRepeat.featureType+LongTerminalRepeat.secondaryIdentifier+LongTerminalRepeat.symbol+LongTerminalRepeat.primaryIdentifier+LongTerminalRepeat.locations.start+LongTerminalRepeat.locations.end+LongTerminalRepeat.locations.strand+LongTerminalRepeat.locations.locatedOn.primaryIdentifier+LongTerminalRepeat.qualifier+LongTerminalRepeat.featAttribute+LongTerminalRepeat.description+LongTerminalRepeat.name+LongTerminalRepeat.sgdAlias"</string>
<key>GenesWebServiceURL</key>
<string>http://yeastmine.yeastgenome.org/yeastmine/service/query/results?query=<query+name=""+model="genomic"+view="Gene.featureType+Gene.secondaryIdentifier+Gene.symbol+Gene.primaryIdentifier+Gene.locations.start+Gene.locations.end+Gene.locations.strand+Gene.locations.locatedOn.primaryIdentifier+Gene.qualifier+Gene.featAttribute+Gene.description+Gene.name+Gene.sgdAlias"</string>
</dict>
</plist>