gkudla / hyb

hyb: a bioinformatics pipeline for the analysis of CLASH (crosslinking, ligation and sequencing of hybrids) data
GNU General Public License v3.0
13 stars 7 forks source link

paired end reads as input #4

Closed junjieahaha closed 6 years ago

junjieahaha commented 6 years ago

Can i use paired end fastq as input files? Or i should probably merge two paired end fastq to a single fastq file?

gkudla commented 6 years ago

Yes, you should merge the two ends together before running hyb.

Greg

On Fri, Oct 13, 2017 at 10:03 AM, junjieahaha notifications@github.com wrote:

Can i use paired end fastq as input files? Or i should probably merge two paired end fastq to a single fastq file?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gkudla/hyb/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AFmyhtjVpFERPfevBu1l-NZjTAFHU7j_ks5srydOgaJpZM4P4Lmd .

junjieahaha commented 6 years ago

Another question:how to skip the steps of preprocessing reads, for example, type in 'hyb detect align=bowtie2 in=data.fastq db=hOH7' it will automatically completes to 'in=data.fastq id=data format=fastq code= miss=0 qc=flexbar qual=33 link=TGGAATTCTCGGGTGCCAAGGC min=4 len=17 trim=0 filt=0 pc=0 align=bowtie2 db=hOH7 word=11 eval=0.1 ref= anti=0 type=all fold=UNAfold pref=mim hval=0.1 hmax=10 gmax=4'. For the reads ars already clean data.

gkudla commented 6 years ago

try: qc=none

On Fri, Oct 13, 2017 at 3:46 PM, junjieahaha notifications@github.com wrote:

Another question:how to skip the steps of preprocessing reads, for example, type in 'hyb detect align=bowtie2 in=data.fastq db=hOH7' it will automatically completes to 'in=data.fastq id=data format=fastq code= miss=0 qc=flexbar qual=33 link=TGGAATTCTCGGGTGCCAAGGC min=4 len=17 trim=0 filt=0 pc=0 align=bowtie2 db=hOH7 word=11 eval=0.1 ref= anti=0 type=all fold=UNAfold pref=mim hval=0.1 hmax=10 gmax=4'. For the reads ars already clean data.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gkudla/hyb/issues/4#issuecomment-336474029, or mute the thread https://github.com/notifications/unsubscribe-auth/AFmyhjeKSsTZfKdgToAjIjn_5HyU3A2bks5sr3esgaJpZM4P4Lmd .

junjieahaha commented 6 years ago

Thank you. ^-^