-
Notifications
You must be signed in to change notification settings - Fork 6
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
Umitools prepare for rsem #148
Umitools prepare for rsem #148
Conversation
This reverts commit 38f586b.
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.
Please see code comments.
The Python script has an undocumented argument for retrieving the version: parser = U.OptionParser(version="%prog version: $Id$", usage=usage, description=globals()["__doc__"]) I suggest you use that for version instead of the |
The name of the component is different in the |
One more thing: please move the |
Nirmayi pointed out the you can use the prepare-for-rsem command directly instead of calling the python script, but the version argument for that tools specifically does not work (at least for me, output below), so I included the general umi_tools version.
|
Description
Add prepare-for-rsem UMItools component
Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributing guidelines
Proposed changes are described in the CHANGELOG.md
I have tested my code with
viash ns test --parallel -q <name or namespace>
Check the correct box. Does this PR contain: