This file is indexed.

/usr/bin/nipype2boutiques is in python-nipype 0.11.0-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#! /usr/bin/python
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
# vi: set ft=python sts=4 ts=4 sw=4 et:
import sys
from nipype.utils.nipype2boutiques import main

if __name__ == '__main__':
    main(sys.argv)