qqwang-berkeley / JUM

A tool for annotation-free differential analysis of tissue-specific pre-mRNA alternative splicing patterns
MIT License
27 stars 11 forks source link

JUM_A: ERROR: ... not sorted lexicographically #49

Open NeuzaRM opened 1 year ago

NeuzaRM commented 1 year ago

Hello, Thank you so much for developing this tool. I'm running JUM_A and finding the error bellow. Could you please help me troubleshoot? Please let me know if you need any more information from me.

Best wishes Neuza

Sample names are: ctrl_1R01 ctrl_2R01 treat_1R01 treat_2R01 2 input samples to consider under the current condition 2 input samples to consider under the current condition Preparing for intron retention AS events analyses... Processing junction overhangs for Sample treat_1R01... Success. Processing junction overhangs for Sample ctrl_2R01... Success. Processing junction overhangs for Sample ctrl_1R01... Success. Processing junction overhangs for Sample treat_2R01... Success. ERROR: Sort order was unspecified, and file output_long_intron_sorted.gff is not sorted lexicographically. Please rerun with the -g option for a genome file. See documentation for details. ERROR: Sort order was unspecified, and file output_long_intron_sorted.gff is not sorted lexicographically. Please rerun with the -g option for a genome file. See documentation for details. ERROR: Sort order was unspecified, and file output_long_intron_sorted.gff is not sorted lexicographically. Please rerun with the -g option for a genome file. See documentation for details. ERROR: Sort order was unspecified, and file output_long_intron_sorted.gff is not sorted lexicographically. Please rerun with the -g option for a genome file. See documentation for details. awk: fatal: cannot open file *intersect_short_intron1.txt' for reading (No such file or directory) awk: fatal: cannot open file*intersect_short_intron2.txt' for reading (No such file or directory) can't open input1 file: No such file or directory at /labs/mtfuller/Eric/JUM_2.0.2/preparing_intron_retention_count_table_short_intron.pl line 18.

qqwang-berkeley commented 1 year ago

This could be due to the fact that the sorting step was not finished in the previous runs (happens sometimes due to the hardware conditions of users' computer system). Could you run JUM_A.sh again exactly the same way, but use the most updated package v3.0.0? I made a small modification there to ensure the sorting step will be finished before proceeding.