-
Notifications
You must be signed in to change notification settings - Fork 2
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
which version of cgat to use? #2
Comments
I changed the module names to the lowercase versions and now it seems to run all the imports correctly so hopefully the differences are mostly superficial things like that... will see next week when I get the data to run :) |
Hi Matt, SO the problem here is that iCLIPlib is written in python 2, and the lastest version of cgat are python 3 only. I've been meaning to port iCLIPlib over to python 3 for ages (like 18 months), but not gotten around to it. I'd be very interested to hear if you are running it in python 3 and its working okay. |
Hi Ian, I also added relative imports to the modules (not sure if that is a python 3 thing or not but I was getting errors) and added the scripts to |
One thing I noticed is that I get a lot of infinite values for the FDRs. Is that expected behaviour due to not enough permutations? |
I'd like to run the
significant_bases_by_randomisation.py
script. I tried installingiCLIPlib
withcgatcore 0.5.4
andcgat-apps 0.5.3
installed from bioconda as they seemed to be the latest versions of CGAT, however a lot seems to have changed and so they aren't compatible with the iCLIPlib scripts. For exampleCGAT.Experiment.Start
is nowcgatcore.experiment.start
(I assume) andCGAT.GTF
is nowcgat.GTF
. What is the most compatible version of CGAT to use for iCLIPlib?The text was updated successfully, but these errors were encountered: