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

orientation issue #28

Open
aaroncooper opened this issue Apr 21, 2020 · 0 comments
Open

orientation issue #28

aaroncooper opened this issue Apr 21, 2020 · 0 comments

Comments

@aaroncooper
Copy link

The library_plot.py scripts in here do a reversal of the begin and end dictionary values for parts, but this reversal also happens in the dnaplotlib module, so reversal gets reversed, if you will! I just commented out these lines from the library_plot.py script and all is well again. Seems like it'd be good to remove these, since the reversal is handled completely in the module?

if fwd == True:
	part_design['start'] = i
	part_design['end'] = i+1
else:
	part_design['end'] = i
	part_design['start'] = i+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant