Where can i get library.txt file for SSPACE?
2
0
Entering edit mode
7.8 years ago
Calvin ▴ 80

Hi, i have used SPades to generate contigs file for bacteria genome assembly by using 2x150 illumina paired-end reads. But when i proceed to SSPACE for contig extension, SSPACE requires library.txt as parameter. Moreover, i didnt find any files generated from SPades has this "library.txt". So my question is how can i obtain this library.txt which i believe it must be come from my own paired-end reads.

SSPACE SPades • 5.1k views
ADD COMMENT
0
Entering edit mode

I have 150bp reads in order to eventually find the genome of bacteria. How do I know which Aligner to use (bwa or bowtie)? In addition, how do I find out what is the insert size and the error for the 4th and 5th columns in the library.txt file?

Thank you in advance.

ADD REPLY
0
Entering edit mode

Please do not ask random questions that are unrelated to the topic. Please browse existing threads and if this does not help open a new question following [ Please read before posting a question ] -- How To Ask A Good Question

ADD REPLY
3
Entering edit mode
7.8 years ago
Sej Modha 5.3k

SSPACE library file is a simple text file with following information in space separated format.

NameTag Aligner(bwa or bowtie) Fastq1 Fastq2 AverageInserSize Error OrientationIndication

A sample command would look like this

Lib1 bwa reads_R1.fq reads_R2.fq 185 0.99 FR

You can use SPAdes scaffolds output in fasta format as input for SSPACE with an option -x=1 to extend the scaffolds.

ADD COMMENT
3
Entering edit mode
7.8 years ago
Prasad ★ 1.6k

This link has details you are looking SSPACE

ADD COMMENT

Login before adding your answer.

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