-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dropulation DetectDoublets execution error #56
Comments
Thi @lhoranportelance , thanks for your post. Can you provide the output from -Drew |
@drneavin here's the output:
and so you have it, here was the command I executed that did work:
and here was the command that didn't work:
(changed file paths for HPC) |
@drneavin I believe I may have solved my own problem again, but I'm not sure why or how it worked. All I did was add "--" after "DetectDoublets" in the command (as suggested here: broadinstitute/Drop-seq#422 (comment)), and it seems to be working.
I really have no idea why it was required for this command but I didn't have to do it for AssignCellsToSamples. May be something to look into for documentation purposes. Apologies for the confusion! |
Hi again @drneavin :)
I got the error I was having on AssignCellsToSamples fixed yesterday. However, I'm now having a different error when running the DetectDoublets step of Dropulation. It seems to be the same thing you were experiencing here with AssignCellsToSamples: broadinstitute/Drop-seq#422
I'm getting the same "Illegal argument value: Positional arguments were provided" error for the first variable in my command. I was running my command with the options set as --OPTION . I tried switching to OPTION=, but it then gave the "positional argument" error on every option in the command rather than just the first one. It's especially weird because I didn't run into this issue with AssignCellsToSamples--it's only popped up with DetectDoublets. I'm not sure if you maybe changed something in AssignCellsToSamples but not DetectDoublets? Or is there a fix that I'm not entirely understanding from that other thread?
Thanks in advance :)
Liam
The text was updated successfully, but these errors were encountered: