leafcutter icon indicating copy to clipboard operation
leafcutter copied to clipboard

checkchrom doesn't seem to work for me

Open ls233 opened this issue 1 year ago • 1 comments

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.

ls233 avatar Feb 12 '24 22:02 ls233

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.

jackhump avatar Feb 13 '24 17:02 jackhump