Hi Lizex,
im sorry for the late reply, im very busy lately and could not find time. But better later than never
firstly it seems to me you compiled samtools before, i mean when you first installed the program. Then, try this:
1 Edit the source file
2 make clean
3 ./configure
4 make
This should work.
'Permission denied' shows that the program is owned most probably by root and you try running it as user. Two things possible here:
1. Copy/Move the program to a place in your PATH.
2. Change the owner of the file to be your user with 'chown'. Check 'man chown' for syntax. Also you need to be root to use chown.
Else provide me with email n i will send you the compiled version of modified samtools plus last version of my script.
Cheers
im sorry for the late reply, im very busy lately and could not find time. But better later than never
firstly it seems to me you compiled samtools before, i mean when you first installed the program. Then, try this:
1 Edit the source file
2 make clean
3 ./configure
4 make
This should work.
'Permission denied' shows that the program is owned most probably by root and you try running it as user. Two things possible here:
1. Copy/Move the program to a place in your PATH.
2. Change the owner of the file to be your user with 'chown'. Check 'man chown' for syntax. Also you need to be root to use chown.
Else provide me with email n i will send you the compiled version of modified samtools plus last version of my script.
Cheers
Comment