SSPACE bowtie and bwa error
1
0
Entering edit mode
4.8 years ago
milady81 ▴ 70

I want to run the SSPACE prescaffolding, my library is:

(microorganism genome)

lib1 bowtie R1.fastq R2.fastq 250 0.5 FR

and the command line:

perl ../app/SSPACE-STANDARD-3.0_linux-x86_64/SSPACE_Standard_v3.0.pl \
     -l library_sspace.txt \
     -s ../MaSuRCA/Illumina_masurca_celera_scf.fasta \
     -b masu_celera \
     -T 8 -x 0 -k 5 -z 100 \
     -a 0.7 -m 35 -o 20 -v 1

I am getting an error:

=>Fri Jun 21 14:33:11 2019: Building Bowtie index for contigs

Bowtie-build error; -1 at /bioinf/proj_data_chestnut/dorota_b/app/SSPACE-STANDARD-3.0_linux-x86_64/bin/PairingAndScaffolding.pl line 80.
**************************************************
Process 'mapping reads' failed on Fri Jun 21 14:33:12 2019

At the internet I found that maybe it is a problem with the chmod, I did chmod to the SSPACE folder it is now:

drwxr-xr-x  2 dorota user 4096 Jun 11 12:34 SSPACE-LongRead_v1-1
drwxrwxrwx  8 dorota user 4096 Jun 17 17:53 SSPACE-STANDARD-3.0_linux-x86_64

Still, the same error.
I know there is a similar question to mine however no help and no answer.
I would be very glad if someone helps me, I am trying to solve the issue for two days and now I am getting pissed off.

btw. the same problem/error with the -x 0 and -x 1 (extension of the contig)

Please help me,
Dorota

Assembly next-gen software error genome • 1.6k views
ADD COMMENT
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

ADD REPLY
0
Entering edit mode

Thank you, will do it in the future:) Sorry for taking your time

ADD REPLY
1
Entering edit mode
2.7 years ago
hnt001 ▴ 10

Hello,

I know this might be too late for you but I just wanted to put it here so who still has this problem would take advantage.

To solve this problem, you would have to install Bowtie if you already have bowtie2 installed. I believe the program is still running on the old version of bowtie. I was able to run after installing bowtie via conda.

I hope it helps!

ADD COMMENT

Login before adding your answer.

Traffic: 2521 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6