timbitz / Whippet.jl

Lightweight and Fast; RNA-seq quantification at the event-level
MIT License
105 stars 21 forks source link

how to quantify pair-end data #146

Closed ELMMA-FUNNY closed 6 months ago

ELMMA-FUNNY commented 6 months ago

hello,I have some questions with quantifing pair-end data, when I use code with: julia /home/jiayi01/chenhui_project/Whippet.jl/bin/whippet-quant.jl \ /home/jiayi01/chenhui_project/fastq/RNAseq_stiCD4CD8/nai-CD8-1_R1_001.clean.fastq.gz \ /home/jiayi01/chenhui_project/fastq/RNAseq_stiCD4CD8/nai-CD8-1_R2_001.clean.fastq.gz \ --out /home/jiayi01/chenhui_project/alternative_splicing/whippet/CD8_sti/nai-CD8-1

It only gives me one output like this:

image

but actually,I should have two outputs like: nai-CD8-1-R1.psi.gz nai-CD8-1-R2.psi.gz

Could you help me? Thanks