-
|
Hi SQANTI3 team, (The help command reads: Set up: Questions: To run SQ3 rescue mode full, do I need to rerun the SQ3 QC step with some different inputs? - if it is the case, what are the inputs I have to swap out (GTF? REF_GENOME_FA ? )? Or am I supposed to just provide the path to the SQ3 QC output from the command above? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi My, That parameter referes to the classification file that SQANTI3 produces when running the reference against itself. You do not need to run SQ3 filter or anything. It is important that you use the same orthogonal data (CAGE peaks, poly A motifs) as you did on your original run. In your case above, it would be like this: sqanti3_qc.py --isoforms ${REF_GTF} \ --refGTF ${REF_GTF} \ --refFasta ${REF_GENOME_FA} \ --CAGE_peak ${CAGE} \ --polyA_motif_list ${POLY_A} \ -o ${OUTPUT_PREFIX} -d ${OUTPUT_DIR} -fl ${FL_COUNT} \ --short_reads T3_short_reads.fofn --cpus ${CPU_NUM} --report both Let me know if that makes more sense. :) |
Beta Was this translation helpful? Give feedback.
Hi My,
That parameter referes to the classification file that SQANTI3 produces when running the reference against itself. You do not need to run SQ3 filter or anything. It is important that you use the same orthogonal data (CAGE peaks, poly A motifs) as you did on your original run. In your case above, it would be like this:
sqanti3_qc.py --isoforms ${REF_GTF} \ --refGTF ${REF_GTF} \ --refFasta ${REF_GENOME_FA} \ --CAGE_peak ${CAGE} \ --polyA_motif_list ${POLY_A} \ -o ${OUTPUT_PREFIX} -d ${OUTPUT_DIR} -fl ${FL_COUNT} \ --short_reads T3_short_reads.fofn --cpus ${CPU_NUM} --report both
Let me know if that makes more sense. :)