Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fedarko opened this issue Aug 9, 2017 · 1 comment
Open

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

fedarko opened this issue Aug 9, 2017 · 1 comment
Assignees

Comments

@fedarko
Copy link
Member

fedarko commented Aug 9, 2017

From @fedarko on August 2, 2017 1:36

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.

Copied from original issue: fedarko/MetagenomeScope#251

@fedarko fedarko self-assigned this Aug 9, 2017
@fedarko
Copy link
Member Author

fedarko commented Aug 9, 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 added a commit that referenced this issue Oct 17, 2018
Also added comments addressing #75, #67, #71 in test code.

Writing preprocessing script tests should be a lot quicker now,
ideally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant