Hello all, I want to use the fpfilter.pl script by the makers of VarScan2 and SomaticSniper to filter my variants, but first I need to run another analysis on the bam file using bam-reacount.
I'm having trouble installing bam-readcount because I don't have sudo access. I have installed things locally before but never have I tried something so complicated with so many steps.
I've googled and gotten pretty confused about the issue.
I'm still stuck at installing the dependencies. I tried:
dkpg -i --force-not--root --root=$HOME/tools build-essential git-core cmake zlib1g-dev libncurses-dev
But I get an invalid syntax warning about a python script.
Can anyone help me install bam-readcount without sudo access so I can use the fpfilter.pl script?
Thanks very much,
Tesa
In principle, questions about how to install or build bioinformatics software are valid questions on biostar, and don't need to be set to forum. However, here you are having problems with installing the dependencies of a bionformatics tool, which are general tools. I don't think we have had a strict policy about this case, but still, you are having problems with something general: installing software under Linux without sudo, and the error is possibly not related to a bioinformatics tool either.
I propose you do the following:
You might ask the systems administrator to install the dependencies. Anyone else using the system can then benefit from their presence and those are really really common dependencies.
Hi gurus,
I understand your complaints and I have searched, that's how I got to the command to give it a go to install locally. I am not a systems administrator and I find the jargon used for installing things really confusing and difficult to implement. I think there is a significant group of people that do not have root access. This particular install is about 4 steps harder than other local installs I've done for bioinformatic tools so I thought I could see if others had any success.
The OS and version are:
The command:
The error:
I will ask the administrators but usually they don't get back to us very quickly.
Thanks for the help and the pointers
Cheers,
Tesa
Sorry the above should be a comment and not an answer.
Well that's an error internal to the Python script. Without seeing the surrounding code, it looks like it's just falling over on the syntax of
raise
, which was altered between Python 2 and 3 (http://docs.pythonsprints.com/python3_porting/py-porting.html#raising-exceptions). It may well be that the Python interpreter you have there by default is Python 3 for some reason.What's printed to terminal when you just type
python
?Hi george.ry,
This is the python information
After Devon Ryan's comment that these dependencies are likely to be very common, I just attempted to install from the instructions after that.
That all seemed to work fine. I typed bam-readcount to see if it worked and I get the python error: