galaxyproject / galaxyproject/planemo
revise seqtk boolean parameter example not to use shift quality
Open
- Dominant language
- Python
- Stars
- 110
- Forks
- 102
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 13
Description
Currently `docs/_writing_parameters.rst` uses this as a boolean parameter example:
```
-V shift quality by '(-Q) - 33'
```
This seems inappropriate and rather than exposing it as a user setting it should be automatic conditional on the datatype (i.e. use this for `fastqillumina` only). This could be used in a more complex example using conditionals in the Cheetah command tag and multiple input types.
I would suggest we replace the boolean parameter `-V` example with something simpler like `-C` or `-N`:
```
-C drop comments at the header lines
-N drop sequences containing ambiguous bases
```
Contributor guide
Assessment
This issue has not been assessed yet.