I tried using IMAGE2 but there is no 'readme' or 'install' file and I can't find any information that explains how to install the software. I tried to run IMAGE2 on the example provided with the program, but after running the 10 iterations , the gaps seem not to be closed...
This is what i did:
I downloaded the Dec., 2 version (v2.3) from Sourceforge, copied the precompiled binaries to /usr/local/bin/ and made them executable on a Linux Ubuntu 11.10 64-bit workstation. I looked at the scripts run.sh and image.pl and saw some variables that have to be declared (such as paths to velvet, ssaha, etc.) but i still do not get the gaps closed in iteration 10 (i can mail the output to anybody willing to help).
# software path
# this is the path where the IMAGE path is
# Please change it accordingly
VELPATH=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
SSAHADIR=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
WALKPATH=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
Then i did:
cd /home/sbaeyen/Bio/IMAGE/IMAGE_version2/example
sbaeyen@PXLSEQ:~/Bio/IMAGE/IMAGE_version2/example$ home/sbaeyen/Bio/IMAGE/IMAGE_version2/image.pl -prefix 76bp -iteration 1 -all_iteration 10 -dir_prefix iteration > imagetest.txt
When I run the 'image_run_summary.pl' script,
sbaeyen@PXLSEQ:~/Bio/IMAGE/IMAGE_version2/example$ perl /home/sbaeyen/Bio/IMAGE/IMAGE_version2/image_run_summary.pl iteration, , I get:
The prefix is : iteration
iteration Starting_gaps Gap_closed Gap_extend_oneside Gap_extend_bothside
1 5 0 0 0
2 5 0 0 0
3 5 0 0 0
4 5 0 0 0
5 5 0 0 0
6 5 0 0 0
7 5 0 0 0
8 5 0 0 0
9 5 0 0 0
10 5 0 0 0
Does anybody have a clue what i need to adapt to get this program running/what i did wrong?
Best regards and thanks for any advice!
Steve
ps if you want i can send you the program output imagetest.txt
This is what i did:
I downloaded the Dec., 2 version (v2.3) from Sourceforge, copied the precompiled binaries to /usr/local/bin/ and made them executable on a Linux Ubuntu 11.10 64-bit workstation. I looked at the scripts run.sh and image.pl and saw some variables that have to be declared (such as paths to velvet, ssaha, etc.) but i still do not get the gaps closed in iteration 10 (i can mail the output to anybody willing to help).
# software path
# this is the path where the IMAGE path is
# Please change it accordingly
VELPATH=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
SSAHADIR=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
WALKPATH=~/home/sbaeyen/Bio/IMAGE/IMAGE_version2/
Then i did:
cd /home/sbaeyen/Bio/IMAGE/IMAGE_version2/example
sbaeyen@PXLSEQ:~/Bio/IMAGE/IMAGE_version2/example$ home/sbaeyen/Bio/IMAGE/IMAGE_version2/image.pl -prefix 76bp -iteration 1 -all_iteration 10 -dir_prefix iteration > imagetest.txt
When I run the 'image_run_summary.pl' script,
sbaeyen@PXLSEQ:~/Bio/IMAGE/IMAGE_version2/example$ perl /home/sbaeyen/Bio/IMAGE/IMAGE_version2/image_run_summary.pl iteration, , I get:
The prefix is : iteration
iteration Starting_gaps Gap_closed Gap_extend_oneside Gap_extend_bothside
1 5 0 0 0
2 5 0 0 0
3 5 0 0 0
4 5 0 0 0
5 5 0 0 0
6 5 0 0 0
7 5 0 0 0
8 5 0 0 0
9 5 0 0 0
10 5 0 0 0
Does anybody have a clue what i need to adapt to get this program running/what i did wrong?
Best regards and thanks for any advice!
Steve
ps if you want i can send you the program output imagetest.txt
Comment