-
|
Hello, I submitted the following code to run Sqanti rescue in full mode, but the job completes with "completed" status in my job scheduler in just seconds: #Define paths FILTER_CLASS=" Run SQANTI3 QCpython sqanti3_rescue.py rules --filter_class "$FILTER_CLASS" --refGTF "$REFERENCE_ANNOTATION" --refFasta "$REFERENCE_GENOME" --rescue_isoforms "$LONG_READ_ISOFORMS" --rescue_gtf "$LONG_READ_FILTERED" --refClassif "$CLASS_FILE" --requant --counts "$FL_COUNT" --mode full -d "$OUTPUT_DIR" --cpus 24 -j "$JSON_RULES_FILTER" -v It leaves only the following in the output log, despite verbose mode: The error log only has the Sqanti Rescue art. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, in SQANTI3 the -v option stands for --version, not for --verbose. It will override any other options you add, thus why you only see the art. Also, you might want to update your SQANTI to the latest release, 5.5 :) |
Beta Was this translation helpful? Give feedback.
Hi, in SQANTI3 the -v option stands for --version, not for --verbose. It will override any other options you add, thus why you only see the art. Also, you might want to update your SQANTI to the latest release, 5.5 :)