Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
UMI-tools extract #71
UMI-tools extract #71
Changes from 21 commits
38f586b
271108c
2c26968
5ea8c78
897cd89
ea0383c
bea0fe7
a18e4bc
24c74ab
26c2437
5072b3e
ec951d8
13e6160
945047d
c947810
fa76a0f
41cd45c
dda2bbf
fe2bbe3
48e5fb4
09a6145
beeaae5
56adf70
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is this argument not required? Should there not be an alternative
-p
? What is the difference between-p PATTERN
and--bc-pattern
and--bc-pattern2
?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.
I didn't notice that, it only appears in the help message but not in the documentation! I will add it, I believe it is an alternative for --bc-pattern only based on the output i get when using it.
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.
Currently:
umi_tools extract
:-I
--read2-in
-S
--read2-out
This component:
--input
--read2_in
--read1_out
--read2_out
I propose changing the inputs of the component to something consistent. Options:
--input
,--read2_in
,--output
,--read2_out
--input
,--input_r2
,--output
,--output_r2