Open webbchen opened 1 year ago
Thanks for pointing this out. It seems that I have not implemented this yet. I will try to add this when I get some time. Pull requests to add this feature are also welcome.
“ ref.filtered.fa qry.filtered.fa homologous_strand_corrected.pdf homologous_strand_corrected_alignments.txt homologous_alignments.txt homologous.pdf input.pdf input_alignments.txt ” Which file is the input file that needs to be used for the syri -c, I found that the files returned by fixchr will have a header line, which will cause the syri to report an error, and I may need to delete them manually, can this be avoided in the code? like this: $$$ awk '!($1 ~ /^[0-9]+$/) {print}' homologous_strand_corrected_alignments.txt aStart aEnd bStart bEnd aLen bLen iden aDir bDir aChr bChr cigar
@hyBio Please check this: https://github.com/schneebergerlab/fixchr/issues/9#issuecomment-1822672004
Dear developers
I ran:
but the output had no prefix whatsoever.
Which is harmless, unless you run more than one instance.
Kind regards,
AWebb