Open xieduo7 opened 1 month ago
I am also stuck at the same point. Would greatly appreciate any advice!
Best wishes Sina
Hi Duo and Sina,
The raw data I uploaded to GEO has already been filtered, with the R1 file for each sample ready to be used as input for the st_pipeline. However, the GEO team has requested the upload of the original, untrimmed raw data, and I am currently working on addressing this request.
Best, Zhiliang
Hi Dr.@Zhiliang-Bai ,
Thanks for your reply.
I think we still need to trim the TSO primer (AAGCAGTGGTATCAACGCAGAGTGAATrGrG+G, denoted in sup table3) as in 10X pipeline before running st_pipeline? Because I saw lots of TSO primers in the GEO R1:
st_pipeline doesn't include this trimming. So if we don't trim these TSO primers, it will lead to a lot of mismatchs and may cause these reads cannot be mapped to the reference genome.
Did you do this before running st_pipeline?
Thank you!
Best, Duo
Hi Zhiliang and Duo
Thank you very much for your reply Zhiliang.
I agree with Duo, are there any specific trimming requirements needed before alignment? I am having trouble getting any significant mapping of the read 1 transcripts to the reference genome.
Best wishes Sina
Hi @Zhiliang-Bai ,
Thanks for your code.
I am wondering how to generate
RV=$tmp/${sample}_R1_filtered.final.fastq.gz
from raw reads before runningst_pipeline_run.py
. Trimming read 1 with Cutadapt? I was confused because I saw thatst_pipeline_run.py
can also trim the reads.Thank you!
Best, Duo