order of read1.fastq read2.fastq (or read2.fastq read1.fastq)
92 views
Skip to first unread message
Peter Sudmant
unread,
Mar 9, 2015, 5:55:45 PM3/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-...@googlegroups.com
What is the expected outcome of mapping paired end reads from a read1.fq and read2.fq file, both properly ordered, but passing in read1.fq read2.fq versus read2.fq read1.fq? I seem to be getting no problems with fastq2 fastq1 confuses me a bit...?
Thanks very much!
Mike
unread,
Mar 12, 2015, 11:30:13 AM3/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
For my stranded RNA-seq I always do read2.fq first because if I put read1.fq first the strands are all opposite of what they're supposed to be in the output .sam file. I've tried "read1.fq read2.fq" and "read2.fq read1.fq" and that's the only difference I've seen.
Peter Sudmant
unread,
Mar 12, 2015, 2:30:28 PM3/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-...@googlegroups.com
Thank you, the link to the similar question answers my question perfectly.