-
Notifications
You must be signed in to change notification settings - Fork 1
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
Doesn't Work! #2
Comments
I'll look into it. Which version of R did |
R version 4.0.5 |
Hi everyone, |
I looked into this. The problem is caused by the "docopt" library which TRUmiCount uses to parse command line arguments, which silently changed how it handles arguments containing a dash ("-"). I'll fix the issue as soon as possible! |
I have pushed version 0.9.14 to github which should fix this issue. While testing, I also noticed that our modified version of umi-tools no longer works when freshly installed via conda due to a dependency conflict. I'll look into this issue, and update the conda package ASAP. |
It seems the modified umi-tools doesn't work yet. This leaves us with only the choice of using a tab-separated file as input. Could you help us share an example of the tsv input file? It says
A screenshot of such tsv file would be great, so that we can refer to it. Thanks! |
I tried running your example line (below), but it doesn't work. I tried the other BAM files as well, but they all threw the same error:
Error in if (ARGS$
mapping-quality< 0) stop("Mapping quality threshold must be non-negative") : argument is of length zero
I followed the installation procedure given in the manual here: https://cibiv.github.io/trumicount/manual.pdf
I even tried it on different linux servers, all to no avail.
Below are all the steps that I took:
The text was updated successfully, but these errors were encountered: