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

checkchrom doesn't seem to work for me #250

Open
ls233 opened this issue Feb 12, 2024 · 1 comment
Open

checkchrom doesn't seem to work for me #250

ls233 opened this issue Feb 12, 2024 · 1 comment

Comments

@ls233
Copy link

ls233 commented Feb 12, 2024

My GTF have chromosomes names like GL00000*.*
here is cmd I use:
$ python /path/to/leafcutter/clustering/leafcutter_cluster_regtools.py
-j path/to/Aligned.sortedByCoord.out.bam.junc
-m 50 -o
-l 500000
--nochromcheck=checkchrom

Even though I include the option --nochromcheck=checkchrom , the tool still produces an error.

GL000009.2 55964 56572 JUNC00526257 2 - 55964 56572 255,0,0 2 120,94 0,514 does not exist... check your junction files.

@jackhump
Copy link
Collaborator

You're providing a single junction file as the -j argument.

It should instead be a file containing a list of paths to junction files.

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

2 participants