File: clustalx.sharedmimeinfo

package info (click to toggle)
clustalx 2.1%2Blgpl-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,336 kB
  • sloc: cpp: 40,050; sh: 163; xml: 102; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="text/x-clustalw-alignment">
    <sub-class-of type="text/plain"/>
    <comment>Multiple sequence alignment in Clustal W format</comment>
    <comment xml:lang="fr">Alignement multiple de séquences au format Clustal W</comment>
    <magic priority="50">
      <match type="string" offset="0" value="CLUSTAL"/>
    </magic>
    <glob pattern="*.aln"/>
  </mime-type>
</mime-info>