1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.. automodule:: ngsfilter
:py:mod:`ngsfilter` specific options
------------------------------------
.. cmdoption:: -t, --tag-list
Used to specify the file containing the samples description (with tags, primers, sample names,...)
.. cmdoption:: -u, --unidentified
Filename used to store the sequences unassigned to any sample
.. cmdoption:: -e, --error
Used to specify the number of errors allowed for matching primers [default = 2]
.. include:: ../optionsSet/inputformat.txt
.. include:: ../optionsSet/outputformat.txt
.. include:: ../optionsSet/defaultoptions.txt
:py:mod:`ngsfilter` added sequence attributes
---------------------------------------------
.. hlist::
:columns: 3
- :doc:`avg_quality <../attributes/avg_quality>`
- :doc:`complemented <../attributes/complemented>`
- :doc:`cut <../attributes/cut>`
- :doc:`direction <../attributes/direction>`
- :doc:`error <../attributes/error>`
- :doc:`experiment <../attributes/experiment>`
- :doc:`forward_match <../attributes/forward_match>`
- :doc:`forward_primer <../attributes/forward_primer>`
- :doc:`forward_score <../attributes/forward_score>`
- :doc:`forward_tag <../attributes/forward_tag>`
- :doc:`head_quality <../attributes/head_quality>`
- :doc:`mid_quality <../attributes/mid_quality>`
- :doc:`partial <../attributes/partial>`
- :doc:`reverse_match <../attributes/reverse_match>`
- :doc:`reverse_primer <../attributes/reverse_primer>`
- :doc:`reverse_score <../attributes/reverse_score>`
- :doc:`reverse_tag <../attributes/reverse_tag>`
- :doc:`sample <../attributes/sample>`
- :doc:`seq_length <../attributes/seq_length>`
- :doc:`seq_length_ori <../attributes/seq_length_ori>`
- :doc:`status <../attributes/status>`
- :doc:`tail_quality <../attributes/tail_quality>`
|