Skip to content
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

Allow skipping of salmon mapping in bulk #86

Closed
jashapiro opened this issue Feb 4, 2022 · 0 comments · Fixed by #87
Closed

Allow skipping of salmon mapping in bulk #86

jashapiro opened this issue Feb 4, 2022 · 0 comments · Fixed by #87
Assignees

Comments

@jashapiro
Copy link
Member

Similar to #41 and #81, we should continue our efforts to make expensive slow steps skippable by adding this functionality to the bulk workflow. Since we are unlikely to want to skip bulk but not single-cell or vice versa (an update to salmon would presumably affect both) we can consolidate the current --rad-skip option with this one to make a single --skip-mapping option.

Alternatively, we could rename the option --repeat-mapping, which has a nice little benefit that we can set it to false by default, and then nextflow will set the value to true when invoked without an argument. Which is to say we would not need to do something like nextflow run ... --rad-skip false as we do now, but rather just nextflow run ... --repeat-mapping, which is a bit cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants