-
Notifications
You must be signed in to change notification settings - Fork 7
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
error after running recycle.py #14
Comments
This looks like a pysam related error. Please check pysam is installed properly. |
Thanks for your reply, I re-installed pysam. Now I got that below error: Traceback (most recent call last): NameError: name 'get_fastg_digraph' is not defined |
The same error here: All dependencies are ok. |
Can you please me how you installed recycler? I.e., did you do git pull, download a zip, etc. and where from? That will help me diagnose why this happens. |
Hi,
I did non-bioconda install steps, following the instructions in https://github.com/Shamir-Lab/Recycler?
Best regards
Omneya
…________________________________
From: Roye Rozov <notifications@github.com>
Sent: Saturday, September 2, 2017 09:24
To: Shamir-Lab/Recycler
Cc: Omneya Ahmed Abdel Hafez Sayed Osman; Author
Subject: Re: [Shamir-Lab/Recycler] error after running recycle.py (#14)
Can you please me how you installed recycler? I.e., did you do git pull, download a zip, etc. and where from? That will help me diagnose why this happens.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#14 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AXrXptZIEeaust7y7L0TLd5Qb_q_dvR0ks5seQLBgaJpZM4OvgZW>.
|
I installed using conda. |
I found that some persons had a problem with recycler installed by bioconda then I installed non-bioconda and I did both.
#9
But still the final command is not working
Best
Omneya
…________________________________
From: sergiomorgado <notifications@github.com>
Sent: Saturday, September 2, 2017 21:13
To: Shamir-Lab/Recycler
Cc: Omneya Ahmed Abdel Hafez Sayed Osman; Author
Subject: Re: [Shamir-Lab/Recycler] error after running recycle.py (#14)
I installed using conda.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#14 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AXrXpiBeHCwntA06Pjxj1ltC7IUL657Pks5seajPgaJpZM4OvgZW>.
|
@OAF12 and @sergiomorgado , sorry for my delay, am wrapping up my thesis now; will look into this soon |
recycle.py -g assembly_graph.fastg -k 55 -b reads_pe_primary.sort.bam
I got the below erro
Traceback (most recent call last):
File "/home/omnah486/miniconda2/bin/recycle.py", line 4, in
import('pkg_resources').run_script('recycler==0.6', 'recycle.py')
File "/home/omnah486/miniconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/init.py", line 744, in run_script
File "/home/omnah486/miniconda2/lib/python2.7/site-packages/setuptools-27.2.0-py2.7.egg/pkg_resources/init.py", line 1506, in run_script
File "/home/omnah486/miniconda2/lib/python2.7/site-packages/recycler-0.6-py2.7.egg/EGG-INFO/scripts/recycle.py", line 62, in
AttributeError: 'module' object has no attribute 'AlignmentFile'
The text was updated successfully, but these errors were encountered: