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

No splice donors or acceptors found on chromosomes: #41

Open
MustafaElshani opened this issue Nov 4, 2024 · 0 comments
Open

No splice donors or acceptors found on chromosomes: #41

MustafaElshani opened this issue Nov 4, 2024 · 0 comments

Comments

@MustafaElshani
Copy link

MustafaElshani commented Nov 4, 2024

Hi
I generated splice junction from short reads from the same samples using the followinghttps://github.com/mortazavilab/TranscriptClean/wiki/TranscriptClean-Tutorial#noncanonical-splice-junction-correction

    STAR --runThreadN 64 \
         --genomeDir "$genomeDir" \
         --readFilesCommand zcat \
         --readFilesIn "../${sample_prefix}__SR/fastq_SR/${sample}_SR_1.fq.gz" "../${sample_prefix}__SR/fastq_SR/${sample}_SR_2.fq.gz" \
         --sjdbGTFfile "$sjdbGTFfile" \
         --outFilterType BySJout \
         --outFilterMultimapNmax 20 \
         --alignSJoverhangMin 8 \
         --alignSJDBoverhangMin 1 \
         --outFilterMismatchNmax 999 \
         --outFilterMismatchNoverLmax 0.04 \
         --alignIntronMin 20 \
         --alignIntronMax 1000000 \
         --alignMatesGapMax 1000000 \
         --outSAMattributes NH HI NM MD jM jI \
         --outSAMtype SAM \
         --outFileNamePrefix "$output_dir/${sample}_"

However after running TranscriptClean I got a UserWarning

TranscriptClean was run as follows
transcriptclean \
    --sam "$temp_sam_file" \
    -j "$splice_junction_file" \
    --genome "$SCRATCH/gencode/v47/GRCh38.primary_assembly.genome.fa" \
    -t 64 \
    --tmpDir $TMPDIR \
    --deleteTmp \
    --outprefix "$transcriptclean_dir/$1_TC"

TranscriptClean/TranscriptClean/TranscriptClean.py:764: UserWarning: Warning: No splice donors or acceptors found on chromosomes: *. If this is unexpected, check your SJ annotation file. "annotation file." % (", ".join(read_chroms))))
`
What does this mean, have the SJ annotation been ignored?

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