How to assemble the bacterial genome; spades
1
0
Entering edit mode
8.2 years ago
dogdif ▴ 10

I'm a new user and have no background of computer and genome stuff. I try to assembly the genome. This is what I try to run. I have no idea what I'm doing wrong.

Apples-MacBook-Pro:bin apple$ ./spades.py -k 21,33,55,77 --careful --only-assembler -1-1 11-0910_S7_L001_R1_001.fastq.gz -1-2 11-0910_S7_L001_R2_001.fastq.gz\ -o 11_0911

== Error == Please specify option (e.g. -1, -2, -s, etc) for the following paths: --only-assembler, 11-0910_S7_L001_R1_001.fastq.gz, 11-0910_S7_L001_R2_001.fastq.gz -o, 11_0911

In case you have troubles running SPAdes, you can write to spades.support@bioinf.spbau.ru Please provide us with params.txt and spades.log files from the output directory

Thanks

spades • 4.5k views
ADD COMMENT
0
Entering edit mode

Sorry about the topic. I try to run according to your suggestion but it's still the same.

Apples-MacBook-Pro:bin apple$ ./spades.py -k 21,33,55,77 --careful --only-assembler -1 11-0910_S7_L001_R1_001.fastq.gz -2 11-0910_S7_L001_R2_001.fastq.gz -o 11_0911

== Error ==  Please specify option (e.g. -1, -2, -s, etc) for the following paths: --only-assembler
ADD REPLY
0
Entering edit mode

Ah I didn't notice you have a typo. Try --only-assembler instead of —only-assembler. I modified my answer to have the corrected version.

ADD REPLY
1
Entering edit mode
8.2 years ago
Adrian Pelin ★ 2.6k

This is not a tutorial, just a regular question. Try:

./spades.py -k 21,33,55,77 --careful --only-assembler -1 11-0910_S7_L001_R1_001.fastq.gz -2 11-0910_S7_L001_R2_001.fastq.gz -o 11_0911
ADD COMMENT
0
Entering edit mode

Oh Thank you. It's working now.

ADD REPLY
0
Entering edit mode

Oh Thank you. It's working now.

ADD REPLY

Login before adding your answer.

Traffic: 1548 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