You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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
However after running TranscriptClean I got a UserWarning
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?
The text was updated successfully, but these errors were encountered: