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

some HTML tags do not get stripped from arguments. #124

Open
yfarjoun opened this issue Jan 5, 2018 · 0 comments
Open

some HTML tags do not get stripped from arguments. #124

yfarjoun opened this issue Jan 5, 2018 · 0 comments

Comments

@yfarjoun
Copy link
Contributor

yfarjoun commented Jan 5, 2018

in particular it seems that if a clpEnum description has html tags, (example <b>strong</b> ) only the first is removed and the CL --help will contain the latter:

from the new FilterSamReads:

FILTER=Filter                 Which filter to use.  Required. Possible values: {
                              includeAligned (Aligned reads only.
                              INPUT SAM/BAM must be in queryname SortOrder. (Note: first and second of paired reads must
                              both</b> be aligned to be included in OUTPUT.))
                              excludeAligned (Unaligned reads only.
                              INPUT SAM/BAM must be in queryname SortOrder. (Note: first and second of pair must
                              both</b> be aligned to be excluded from  OUTPUT.))
                              includeReadList (Reads whose queryname
                              is in READ_LIST_FILE.)
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

No branches or pull requests

1 participant