CRAQ icon indicating copy to clipboard operation
CRAQ copied to clipboard

break parameter

Open jwli-code opened this issue 11 months ago • 1 comments

When running CRAQ, I didn't pay attention to using the --break=T parameter, and now I have completed all the results. How can I generate the Break sequence?

jwli-code avatar Jan 10 '25 08:01 jwli-code

The out_final.CSE.out file records all potential structural error loci. If the -break parameter was not used in advance, you can execute the following command based on the result file:

$ perl CRAQ/src/break_at_Misjunction.pl Genome.fa runAQI_out/strER_out/out_final.CSE.out > out_correct.fa

JiaoLaboratory avatar Jan 13 '25 13:01 JiaoLaboratory