Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Add command-line option to assume that contigs are unoriented #251

Closed
fedarko opened this issue Aug 2, 2017 · 2 comments
Closed

Add command-line option to assume that contigs are unoriented #251

fedarko opened this issue Aug 2, 2017 · 2 comments
Assignees

Comments

@fedarko
Copy link
Owner

fedarko commented Aug 2, 2017

At present, this would only be necessary for GML files, I think?

Anyway, this would -- for GML files -- result in us ignoring the orientation of nodes and creating duplicate nodes for each (e.g. a node with id 1 would result in two nodes being created, a forward-oriented node with id 1 and a reverse-oriented node with id -1). Similarly, edges would also result in two edges being created; A -> B also implies -B -> -A.

@fedarko fedarko self-assigned this Aug 2, 2017
fedarko added a commit that referenced this issue Aug 2, 2017
(still need to make them do stuff)
@fedarko
Copy link
Owner Author

fedarko commented Aug 2, 2017

Made a bit of progress on this. Since I'd like to work on other collate-specific changes for now, I'm storing the affected .py files here so I can do a git reset and make different changes. These changes (+ more) can be integrated later.
gml_unoriented_code.zip

@fedarko
Copy link
Owner Author

fedarko commented Aug 9, 2017

This issue was moved to marbl/MetagenomeScope#71

@fedarko fedarko closed this as completed Aug 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant