I need to use PyVCF (python module specific for variant callers) for use within my own account on a remote server, and have been attempting to install the module. I suppose my question applies more generally to python module installation in linux rather than being specific to pyvcf.
I have gotten to the stage where I've downloaded the source code and have untarred/unzipped it. I now have a directory containing several python executables, including vcf.py, vcf_filter.py, and setup.py.
The problem I'm having is figuring out where to put these scripts so that they may be called/referenced from any working directory within my account.