Hey there,
is there a command line functionality to extract circular sequences, i.e. plasmids?
There is a tool called recyclergithub that is doing exactly this thing, but it is quite slow.
You can do this with vg, but it will also bluntify your graph. I think the specific command is in vg stats. You want to detect strongly connected components.
Hey there, is there a command line functionality to extract circular sequences, i.e. plasmids? There is a tool called
recycler
github that is doing exactly this thing, but it is quite slow.