Pre-installed Linux tools
The IVM Virtual Machine (IVM) terminal window can be used to execute Linux programs pre-installed in the following directories:
/usr/bin/
/usr/local/bin/
The first directory contains basic Linux tools such as
awk
andgrep.
The second directory contains FinnGen-specific tools such as
PRSice
,plink
andeigenstrat.
In the future, existing and new FinnGen-specific programs will be executed using Lmod.
Finding pre-installed Linux tools
You can use the
which
command to find out if a program has been pre-installed.
or
You can use the
ls /usr/bin/
andls /usr/local/bin/
commands to list all programs that have been pre-installed in these directories.
In the example below, we used the which plink
command to confirm that this program is pre-installed. The which
returned the directory location where the program is installed. If the program is not installed then no location is returned.

In the example below, we used the ls /usr/local/bin/
command to list all pre-installed FinnGen-specific tools. Please note that only some of the programs are shown below and that the listing is from the year 2021:
Last updated
Was this helpful?