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

name 'overlap' is not defined in extract_barcodes.py #15

Open
jinfengzou-uhn opened this issue Feb 14, 2020 · 3 comments
Open

name 'overlap' is not defined in extract_barcodes.py #15

jinfengzou-uhn opened this issue Feb 14, 2020 · 3 comments

Comments

@jinfengzou-uhn
Copy link
Contributor

Describe the bug

name 'overlap' in line 79 is not defined in extract_barcodes.py and a DeprecationWarning for 'U' mode in line 156 and 157

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'ConsensusCruncher/extract_barcodes.py'
  2. Use commands 'ConsensusCruncher/extract_barcodes.py --read1 --read2 --outfile --blist'
  3. Use inputs available at '...'
  4. See error

Expected behavior

Extract UMI barcode

Screenshots

If applicable, add screenshots to help explain your problem.

System (please complete the following information):

  • OS: Linux
  • Software versions: Feb 14, 2020

Additional context

Add any other context about the problem here.

Relevant inputs

Please make sure to provide relevant input files

@mawusseAgbessi
Copy link

Hi,
I'm having the same issue! Did you find a solution to this issue?
Many thanks in advance

@jinfengzou-uhn
Copy link
Contributor Author

jinfengzou-uhn commented Feb 19, 2020

Hi,
I'm having the same issue! Did you find a solution to this issue?
Many thanks in advance

Hi mawusseAgbessi,

"Overlap" issue has been corrected by removing "line 79". It's been updated.
If you have the same issue of "DeprecationWarning for 'U' mode in line 156 and 157", then change 'rU' to 'r'. It could be caused by python version. This tools is developed on python 3.5.1. I used python 3.7.2.

@mawusseAgbessi
Copy link

Hi jinfengzou-uhn ,
Thanks you so much for the quick reply; It helps a lot. I am using python 3.7.0. It is working now.

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

2 participants