ls-wq
ls-wq
ragtag_agp2fa.py line71 sys.stdout.write(fai.fetch(agp_line.comp, agp_line.comp_beg-1, agp_line.comp_end)) change to:sys.stdout.write(str(fai.fetch(agp_line.comp, agp_line.comp_beg-1, agp_line.comp_end))) Why sys.stdout.write(reverse_complement(fai.fetch(agp_line.comp, agp_line.comp_beg-1, agp_line.comp_end))) is ok!!!
> Hello, I'm also facing this issue with RagTag v2.1.0 installed through conda. I ended up adding an `str()` at lines 69 & 71 of ragtag_agp2fa.py as per @wq-ls 's...
> lib I have no idea. In my opinion, you don't really have to worry about it. You just have a problem with the final step of converting the agp...
> > lib > > I have no idea. In my opinion, you don't really have to worry about it. You just have a problem with the final step of...
同刚刚被下线