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

warning message: "Problem encountered while correcting transcript " single positional indexer is out-of-bounds #38

Open
criphg opened this issue May 2, 2023 · 3 comments

Comments

@criphg
Copy link

criphg commented May 2, 2023

I have facing the follow error:

/home/yanlab/Tools/TranscriptClean/TranscriptClean.py:449: UserWarning: Problem encountered while correcting transcript with ID 51ae56aa-43a8-4e20-bbc5-85ed8ea749bb. Will output original version.
warnings.warn(("Problem encountered while correcting transcript "
single positional indexer is out-of-bounds
/home/yanlab/Tools/TranscriptClean/TranscriptClean.py:449: UserWarning: Problem encountered while correcting transcript with ID ef176324-7623-4a17-8caf-a50ae7ed7859. Will output original version.
warnings.warn(("Problem encountered while correcting transcript "
single positional indexer is out-of-bounds
/home/yanlab/Tools/TranscriptClean/TranscriptClean.py:449: UserWarning: Problem encountered while correcting transcript with ID dfa9ff9b-1b1c-48ce-9ae8-b803c3ffbb6a. Will output original version.
warnings.warn(("Problem encountered while correcting transcript "
single positional indexer is out-of-bounds
/home/yanlab/Tools/TranscriptClean/TranscriptClean.py:449: UserWarning: Problem encountered while correcting transcript with ID 8f1a89de-355a-431a-b6d3-721a49d84f85. Will output original version.
warnings.warn(("Problem encountered while correcting transcript "
single positional indexer is out-of-bounds

The command lines used:

python ./accessory_scripts/get_SJs_from_gtf.py --f GRCh38_basic.gtf --g GRCh38.fa --o sj_file.tsv
python ./TranscriptClean.py -t 20 -s sample.sam -g GRCh38.fa -o output_file -j sj_file.tsv

Could you help me?

@criphg
Copy link
Author

criphg commented May 2, 2023

I forgot to mention the GRCh38_basic.gtf and GRCh38.fa was downloaded from gencode. Gtf. Minimap2 was used to alignment: minimap2 -ax splice --MD -k14 -uf --secondary=no -t 20 path_ont_fastq

@callumparr
Copy link

I also get many of these errors but until have been ignoring them.

@saberiato
Copy link

Same here... received huge number of the same Exception... @fairliereese do you have any idea why is this Exception raised (TranscriptClean.py : Line 447)?

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

3 participants