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

regression bug on the design file parser #484

Closed
2 tasks done
cokelaer opened this issue Nov 8, 2017 · 1 comment
Closed
2 tasks done

regression bug on the design file parser #484

cokelaer opened this issue Nov 8, 2017 · 1 comment
Assignees
Labels

Comments

@cokelaer
Copy link
Collaborator

cokelaer commented Nov 8, 2017

In 0.6.1, the universal adapter is stored a a list in the output fasta file. This is a regression bug following refactoring of the code.

  • need to convert list into string (list must be made of one element anyway)
  • add a test to catch this regression bug
@cokelaer cokelaer added the bug label Nov 8, 2017
@cokelaer cokelaer self-assigned this Nov 8, 2017
cokelaer added a commit that referenced this issue Nov 8, 2017
@cokelaer
Copy link
Collaborator Author

cokelaer commented Nov 8, 2017

Fixed and merged on master branch

@cokelaer cokelaer closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant