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

brie seems to be incompatible with python3 #12

Closed
RuyBlast opened this issue Apr 5, 2018 · 1 comment
Closed

brie seems to be incompatible with python3 #12

RuyBlast opened this issue Apr 5, 2018 · 1 comment

Comments

@RuyBlast
Copy link
Collaborator

RuyBlast commented Apr 5, 2018

Hello Yuanhua,

I built brie from source using python3 and I ended up with the error
TypeError: object of type 'map' has no len()
trying to run the brie-event command line. I built again brie with python2 and all went fine. Are you sure brie is compatible with python3 ? If not maybe you should write it on the readme and the website. (or fix it but it may be complicated)

Also, there is a typo in the brie website at https://brie-rna.sourceforge.io/manual.html
the command line example
brie-event-filter -a AS_events/SE.gff3 -anno_ref gencode.vM12.annotation.gtf -r GRCm38.p5.genome.fa
is false and does not run, it should be replaced by:
brie-event-filter -a AS_events/SE.gff3 --anno_ref=gencode.vM12.annotation.gtf -r GRCm38.p5.genome.fa

Best,
Milan

@huangyh09
Copy link
Owner

Hi Milan,

Many thanks for reporting this. You are right that the brie-event are not compatible with Python3 well. This is because the codes for generating splicing events are borrowed from Yaden's repo: https://github.com/yarden/rnaseqlib, and it is not easy to fully adapte these codes from Python2 to Python3.

I will add comments in the readme file and the manual, before correcting it.

Thanks
Yuanhua

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