-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reproducing results from the UMI paper #4
Comments
Hi. You can get reapear here: https://www.ebi.ac.uk/research/enright/software/kraken I'll add it to the requirements documentation. |
Thanks, I was able to install reaper from the link you posted. I ran into another issue though, Traceback (most recent call last):
File "../UMI-tools_pipelines/pipeline_scRNASeq.py", line 83, in <module>
import CGAT.Experiment as E
ImportError: No module named CGAT.Experiment Do you have any suggestions on how to install the correct version of the CGAT module? |
The best course of action here probably depends on what your aim is. If you are undertaking a reproducibility excercise, then the code for this particular version is here: https://github.com/CGATOxford/cgat/tree/v0.2.4 You are also going to need from https://github.com/CGATOxford/CGATPipelines (the commit has is in the requirements) However, I don't know how well the installation procedures will work. So, if you are just interested in reproducing the results, rather then testing how reproducible the code is, then I recommend you install the modern versions. You will need
activating the environment
then running If you take this path, the pipelines will need a little light refactoring, but I can probably help with that once exam season is over. |
The background for my request is that I have developed a reference-free umi deduplication tool, and I would like to compare it's results against UMI-tools. I've been trying to install the original versions in a conda environment, but it appears they are too old to easily install. Would you recommend I use the latest version of |
Yes, that is probably the best way. Some things have changed in the API since 2015. |
@IanSudbery I've been refactoring the pipeline to work with the latest versions of |
Yes, that functionality had been removed. Those steps can safely be
removed, I believe they are only in the pipeline because they are in the
template pipeline and are not actually used in this instance.
…On Mon, 20 Jun 2022, 08:09 Redmar van den Berg, ***@***.***> wrote:
@IanSudbery <https://github.com/IanSudbery> I've been refactoring the
pipeline to work with the latest versions of cgat, but I'm stuck on
report section of the pipeline (P.run_report and P.publish_report, see
here
<https://github.com/Redmar-van-den-Berg/UMI-tools_pipelines/blob/refactor/pipeline_scRNASeq.py#L714>)
which do not appear to exist. Has this functionality removed from the
latest version? If so, do you have any guidance on what these task should
do, and how to replicate this in the latest version?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJELDXGNS2WEJN3IVPZVWLVQAKKVANCNFSM5YUFL33Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@IanSudbery |
I want to replicate the findings from the umi-tools publication, but I cannot find the 'reaper' tool that is mentioned in the requirements.
The text was updated successfully, but these errors were encountered: