-
Notifications
You must be signed in to change notification settings - Fork 23
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
Prediction #69
base: prediction
Are you sure you want to change the base?
Prediction #69
Conversation
…nclude multimapped molecules.
… modified it slightly.
…UMI/counts vectors per cell for each encountered cell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just adding two comments pointing out where the code should be amended to error out on unexpected arguments.
break; | ||
case 'e': | ||
opt.count_ecs = optarg; | ||
break; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a case '?'
like in #95 to spot an unexpected argument
case 'c': | ||
opt.cluster_input_file = optarg; | ||
break; | ||
default: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a case '?'
like in #95 to spot an unexpected argument
These are the most recent changes to bustools from dePcr etc, just merge it