vpc-ccg / haslr

A fast tool for hybrid genome assembly of long and short reads
GNU General Public License v3.0
74 stars 9 forks source link

Arranging files with paired end short-reads #3

Closed andreaswallberg closed 4 years ago

andreaswallberg commented 4 years ago

Dear developers,

This looks like a great tool!

With regards to Forward/Reversed PE reads:

Can the F/R reads be provided one after another in the same fastq file or do they have to be provided as two separate files?

Similarly, can the program read more two or more pairs of F/R files?

haghshenas commented 4 years ago

Hi @andreaswallberg Thanks for your interest in our tool. Since HASLR uses Minia for short read assembly, paired-end information will be ignored. This means that Minia treats all short reads as single-end. So it really doesn't matter if they are in a single file or two separate files.

Yes, you can pass many short read files.

haghshenas commented 4 years ago

Just pass all short read files after -s (separated by space).