-
Notifications
You must be signed in to change notification settings - Fork 446
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
Update minimap2.xml #6707
Update minimap2.xml #6707
Conversation
Moved the --eqx optional parameter from samtools to minimap2
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.
LGTM
Thanks @gdroc
Add new param -d (2 column more on output) for SyRi compatibility
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.
increment version
tools/mummer4/show-coords.xml
Outdated
@@ -32,24 +40,47 @@ | |||
<option value="-q">Sort output by query IDs and coordinates (-q)</option> | |||
<option value="-r">Sort output by reference IDs and coordinates (-r)</option> | |||
</param> | |||
<conditional name="format"> |
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.
Why do you need a conditional here? Can you not just use the boolean param.
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.
What do you think about this comment @gdroc ?
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 just updated the code as you advised me.
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.
Thanks for working on the second tool. It would be better to use a separate PR for that. I can not merge the minimap2 changes now :)
Sorry for this mistake, what do you advise me to do? Close this PR ? |
We can also work further on this PR I don't mind. Can you comment maybe on my comment for the conditional? |
<actions> | ||
<action name="column_names" type="metadata" default="[S1], [E1], [S2], [E2], [LEN 1], [LEN 2], [% IDY], [LEN R], [LEN Q], [COV R], [COV Q], [REF TAG], [QUERY TAG]" /> | ||
</actions> | ||
</data> | ||
<data name="output_extend" format="tabular" from_work_dir="show-coords_extend.txt" label="${tool.name} on ${on_string} extend format)" > | ||
<filter>direction is True</filter> |
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.
Maybe add also column_names here as in "output"?
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.
Done
Thanks a lot! |
Moved the --eqx optional parameter from samtools to minimap2
fixes: #6698
FOR CONTRIBUTOR: