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

bugfixes within the write_fragment_sequence_profiles #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zanderharteveld
Copy link
Collaborator

Changes Proposed in this Pull Request:

  • Bugfix within the write_fragment_sequence_profiles.

Should work now and be more stable.

@pep8speaks
Copy link

Hello @zanderharteveld, Thank you for submitting the Pull Request !

Line 766:30: E226 missing whitespace around arithmetic operator

Do see the Hitchhiker's guide to code style

if consensus is None:
consensus = df.quick_consensus_sequence()
if consensus is None:
consensus = ['V']*len(df)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing whitespace around arithmetic operator

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

Successfully merging this pull request may close these issues.

2 participants