Closed sparthib closed 1 month ago
Hi @sparthib , thank you for using SQANTI3.
According to the error, it seems that at least one of the subdirectories in your path does not exist. Can you please check if the path and the file mentioned in the error exist ("path_to_output/all_samples/all_samples_inclusion-list.txt")? I
Thanks
the issue turned out to be that the R script SQANTI3_rules_filter.R
couldn't find the optparse
library and I had to reinstall it in the environment. Thanks!
Is there an existing issue for this?
Have you loaded the SQANTI3.env conda environment?
Problem description
SQANTI filter mode not filtering both in rules or ML mode. I tried the very basic command on just the classification text file, in my log file I see
"Running SQANTI3 filtering..."
In the next step, it immediately seems to look for theinclusion-list.txt
instead of running the rules or ML filter.Code sample
python $SQANTI_DIR/sqanti3_filter.py rules $INPUT_DIR/all_samples_classification.txt
python $SQANTI_DIR/sqanti3_filter.py ml $INPUT_DIR/all_samples_classification.txt
Error
Anything else?
No response