Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about align reverse forward stranded RNAseq data #2211

Open
QianhuiWan opened this issue Sep 9, 2024 · 0 comments
Open

A question about align reverse forward stranded RNAseq data #2211

QianhuiWan opened this issue Sep 9, 2024 · 0 comments

Comments

@QianhuiWan
Copy link

Hello, I have an issue where the Watson BAM file is much larger than the Crick BAM file after using STAR for alignment for reverse forward stranded RNAseq data. This issue did not appear when using HISAT2 for alignment. I haven’t been able to figure out the main reason for this problem. Could you please help me understand this issue? Thank you so much!

Below is the code I have used:
${STAR} --genomeDir /hg38_p14/STAR_hg38_p14 \ --readFilesIn ${outdir}/${sample_name}_R1_trimmed.fastq.gz ${outdir}/${sample_name}_R2_trimmed.fastq.gz \ --readFilesCommand zcat \ --outFilterMultimapNmax 100 --winAnchorMultimapNmax 100 \ --outSAMtype BAM SortedByCoordinate \ --outFileNamePrefix ${outdir}/${sample_name}_ \ --runThreadN 8

Best regards
Qianhui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant