This file is indexed.

/usr/lib/R/site-library/phylobase/nexusfiles/test_min.nex is in r-cran-phylobase 0.8.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#NEXUS

BEGIN TAXA;
  DIMENSIONS NTAX=4;
	TAXLABELS
        cnidaria
        porifera
        ctenophora
        protostomia
    ;
END;

BEGIN TREES;
    TRANSLATE
        1 cnidaria,
        2 protostomia,
        3 porifera,
        4 ctenophora;
    TREE hyp1 = ((1:5,2:5):3,(3:6,4:6):3);
END;