doc
This commit is contained in:
@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
.. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org>
|
.. codeauthor:: Eric Coissac <eric.coissac@metabarcoding.org>
|
||||||
|
|
||||||
.. IMPORTANT:: :py:mod:`illuminapairedend` replaces ``solexapairend``.
|
.. IMPORTANT::
|
||||||
|
|
||||||
|
:py:mod:`illuminapairedend` replaces ``solexapairend``.
|
||||||
|
|
||||||
:py:mod:`illuminapairedend` aims at aligning the two reads of a pair-end library sequenced
|
:py:mod:`illuminapairedend` aims at aligning the two reads of a pair-end library sequenced
|
||||||
using an Illumina platform.
|
using an Illumina platform.
|
||||||
|
@ -111,14 +111,14 @@ def addSequenceEditTagOptions(optionManager):
|
|||||||
dest='taxonrank',
|
dest='taxonrank',
|
||||||
default=[],
|
default=[],
|
||||||
type="string",
|
type="string",
|
||||||
help="add taxonomy annotation at a speciefied rank level")
|
help="add taxonomy annotation at a specified rank level")
|
||||||
|
|
||||||
group.add_option('-m','--mcl',
|
group.add_option('-m','--mcl',
|
||||||
action="store", dest="mcl",
|
action="store", dest="mcl",
|
||||||
metavar="<mclfile>",
|
metavar="<mclfile>",
|
||||||
type="string",
|
type="string",
|
||||||
default=None,
|
default=None,
|
||||||
help="split following mcl graph clustering partition")
|
help="add cluster tag to sequences according to a mcl graph clustering partition")
|
||||||
|
|
||||||
group.add_option('--uniq-id',
|
group.add_option('--uniq-id',
|
||||||
action="store_true", dest="uniqids",
|
action="store_true", dest="uniqids",
|
||||||
|
@ -66,7 +66,7 @@ def addUniqOptions(optionManager):
|
|||||||
group.add_option('-i','--merge-ids',
|
group.add_option('-i','--merge-ids',
|
||||||
action="store_true", dest="mergeids",
|
action="store_true", dest="mergeids",
|
||||||
default=False,
|
default=False,
|
||||||
help="Add the merged id data to output")
|
help="Add the merged key with all ids of merged sequences")
|
||||||
|
|
||||||
group.add_option('-c','--category-attribute',
|
group.add_option('-c','--category-attribute',
|
||||||
action="append", dest="categories",
|
action="append", dest="categories",
|
||||||
|
Reference in New Issue
Block a user