bcgsc / transabyss

de novo assembly of RNA-seq data using ABySS
Other
33 stars 14 forks source link

Correct specification of paired-end reads #15

Closed winni2k closed 5 years ago

winni2k commented 5 years ago

This is just a question to make sure I understood the README.md correctly. If I want to assemble regular paired-end reads stored in separate files (not strand-specific), then the correct way to do that is with this command?

transabyss --se forward.fq.gz reverse.fq.gz --pe forward.fq.gz reverse.fq.gz
sjackman commented 5 years ago

@kmnip @readmanchiu I looked in sample_dataset/assemble.sh for an example. It uses --se. Should that be --pe?

https://github.com/bcgsc/transabyss/blob/05e0b2ca5fe241891be308279d43aabe3311fd57/sample_dataset/assemble.sh#L23-L26

sjackman commented 5 years ago

@winni2k I believe that

transabyss --se forward.fq.gz reverse.fq.gz --pe forward.fq.gz reverse.fq.gz

and

transabyss --pe forward.fq.gz reverse.fq.gz

are equivalent. I'd be inclined to use the latter. Ka Ming or Readman can confirm.

https://github.com/bcgsc/transabyss/blob/master/TUTORIAL.md#13-input-reads

kmnip commented 5 years ago

@winni2k , you only need to use the --pe option for pair-end RNA-seq data, eg.

transabyss --pe forward.fq.gz reverse.fq.gz

If you have more than one set of paired-end read files (eg. libraries "A" and "B"), then:

transabyss --pe libraryA_forward.fq.gz libraryA_reverse.fq.gz libraryB_forward.fq.gz libraryB_reverse.fq.gz

kmnip commented 5 years ago

@sjackman That script was meant to be a very quick test to see if ABySS could be run from the PATH, but I can probably change it in the next release.

winni2k commented 5 years ago

Cheers!

On Mon, Jan 21, 2019, 7:17 PM Shaun Jackman <notifications@github.com wrote:

Closed #15 https://github.com/bcgsc/transabyss/issues/15.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bcgsc/transabyss/issues/15#event-2087059704, or mute the thread https://github.com/notifications/unsubscribe-auth/AASnPpL4ljGMg63vx2uvOufxaRltep3gks5vFgQmgaJpZM4aKabM .