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
|
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-jalview+xml+zip">
<comment>Jalview File</comment>
<glob pattern="*.jvp" weight="100"/>
</mime-type>
<mime-type type="chemical/x-cif">
<comment>CIF File</comment>
<glob pattern="*.cif" weight="40"/>
</mime-type>
<mime-type type="chemical/x-mmcif">
<comment>mmCIF File</comment>
<glob pattern="*.mcif" weight="40"/>
<glob pattern="*.mmcif" weight="40"/>
</mime-type>
<mime-type type="chemical/x-pdb">
<comment>PDB File</comment>
<glob pattern="*.pdb" weight="40"/>
<glob pattern="*.ent" weight="40"/>
</mime-type>
<mime-type type="application/x-amsa+txt">
<comment>AMSA File</comment>
<glob pattern="*.amsa" weight="90"/>
</mime-type>
<mime-type type="application/x-jalview-annotations+text">
<comment>Jalview Annotations File</comment>
<glob pattern="*.annotations" weight="100"/>
<glob pattern="*.jvannotations" weight="100"/>
</mime-type>
<mime-type type="application/x-jalview-biojson+json">
<comment>BioJSON File</comment>
<glob pattern="*.biojson" weight="100"/>
</mime-type>
<mime-type type="application/x-blc+txt">
<comment>BLC File</comment>
<glob pattern="*.blc" weight="90"/>
</mime-type>
<mime-type type="application/x-clustal+txt">
<comment>Clustal File</comment>
<glob pattern="*.aln" weight="90"/>
</mime-type>
<mime-type type="application/x-fasta+txt">
<comment>Fasta File</comment>
<glob pattern="*.fa" weight="90"/>
<glob pattern="*.fasta" weight="90"/>
</mime-type>
<mime-type type="application/x-jalview-features+text">
<comment>Jalview Features File</comment>
<glob pattern="*.features" weight="100"/>
<glob pattern="*.jvfeatures" weight="100"/>
</mime-type>
<mime-type type="application/x-gff2+txt">
<comment>Generic Features Format v2 File</comment>
<glob pattern="*.gff2" weight="90"/>
</mime-type>
<mime-type type="application/x-gff3+txt">
<comment>Generic Features Format v3 File</comment>
<glob pattern="*.gff3" weight="90"/>
</mime-type>
<mime-type type="application/x-jalview-jnet+text">
<comment>JnetFile File</comment>
<glob pattern="*.concise" weight="100"/>
<glob pattern="*.jnet" weight="100"/>
</mime-type>
<mime-type type="application/x-msf+txt">
<comment>MSF File</comment>
<glob pattern="*.msf" weight="90"/>
</mime-type>
<mime-type type="application/x-pfam+txt">
<comment>PFAM File</comment>
<glob pattern="*.pfam" weight="90"/>
</mime-type>
<mime-type type="application/x-phylip+txt">
<comment>PHYLIP File</comment>
<glob pattern="*.phy" weight="90"/>
</mime-type>
<mime-type type="application/x-pileup+txt">
<comment>PileUp File</comment>
<glob pattern="*.pileup" weight="90"/>
</mime-type>
<mime-type type="application/x-pir+txt">
<comment>PIR File</comment>
<glob pattern="*.pir" weight="90"/>
</mime-type>
<mime-type type="application/rnaml+xml">
<comment>RNAML File</comment>
<glob pattern="*.rnaml" weight="90"/>
</mime-type>
<mime-type type="application/x-jalview-scorematrix+text">
<comment>Substitution Matrix File</comment>
<glob pattern="*.mat" weight="100"/>
</mime-type>
<mime-type type="application/x-stockholm+txt">
<comment>Stockholm File</comment>
<glob pattern="*.sto" weight="90"/>
<glob pattern="*.stk" weight="90"/>
</mime-type>
</mime-info>
|