-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Are you sure this is a bug?
If unsure, please post your question/situation to the forum first: aidenlab.org/forum.html
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. macOS Mojave, Windows 10, etc]
- Version [e.g. 1.6]
Additional context
Add any other context about the problem here.
$ python ~/juicer/juicer-1.6/misc/generate_site_positions.py DpnII SRR32801341 SRR32801341.asm.bp.p_ctg.fasta
/home/seqmaster/juicer/juicer-1.6/misc/generate_site_positions.py:233: SyntaxWarning: invalid escape sequence '\s'
firststr=re.split('\s+',line[1:])
