Spades command for single cultivator
1
0
Entering edit mode
2.1 years ago
bioinfo223 ▴ 10

Hi, How to give spades command for multiple fastq files for a single cultivator.

spades.py -t 30 -1 ERR142_1.fastq -1 ERR143_1.fastq -2 ERR142_2.fastq -2 ERR143_2.fastq -o /SPADES_OUT/S_S002

Pl, let me know whether this command is right. I have one cultivator which has two fastq paired files, so I need a single assembly of this.

 spades.py -t 30 -1 ERR142_1.fastq, ERR143_1.fastq -2 ERR142_2.fastq, ERR143_2.fastq -o /SPADES_OUT/S_S002

If I am using this command it is giving me error.

Fastq Spades WGS • 498 views
ADD COMMENT
2
Entering edit mode
2.1 years ago
iraun 6.2k

According to Spades manual, under Specifying multiple libraries section, maybe something like this?

--pe1-1 ERR142_1.fastq --pe1-2 ERR143_1.fastq --pe2-1 ERR142_2.fastq --pe2-2 ERR143_2.fastq
ADD COMMENT

Login before adding your answer.

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