Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Asm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Asm
Commits
a5fc5964
Commit
a5fc5964
authored
Jul 31, 2015
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
continue documentation
parent
8a6849e8
Changes
225
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
225 changed files
with
587 additions
and
60501 deletions
+587
-60501
doc/sphinx/source/algorithms.pdf
doc/sphinx/source/algorithms.pdf
+0
-0
doc/sphinx/source/algorithms.png
doc/sphinx/source/algorithms.png
+0
-0
doc/sphinx/source/algorithms.rst
doc/sphinx/source/algorithms.rst
+32
-0
doc/sphinx/source/algorithms/ahocorasick.pdf
doc/sphinx/source/algorithms/ahocorasick.pdf
+0
-0
doc/sphinx/source/algorithms/ahocorasick.png
doc/sphinx/source/algorithms/ahocorasick.png
+0
-0
doc/sphinx/source/algorithms/gapfilling.rst
doc/sphinx/source/algorithms/gapfilling.rst
+2
-0
doc/sphinx/source/algorithms/graphcleanning.rst
doc/sphinx/source/algorithms/graphcleanning.rst
+2
-0
doc/sphinx/source/algorithms/graphextension.rst
doc/sphinx/source/algorithms/graphextension.rst
+9
-0
doc/sphinx/source/algorithms/graphunfolding.rst
doc/sphinx/source/algorithms/graphunfolding.rst
+2
-0
doc/sphinx/source/algorithms/seedselection.rst
doc/sphinx/source/algorithms/seedselection.rst
+61
-0
doc/sphinx/source/commands.rst
doc/sphinx/source/commands.rst
+2
-1
doc/sphinx/source/commands/buildgraph.rst
doc/sphinx/source/commands/buildgraph.rst
+194
-0
doc/sphinx/source/commands/compact.rst
doc/sphinx/source/commands/compact.rst
+4
-0
doc/sphinx/source/commands/cutlow.rst
doc/sphinx/source/commands/cutlow.rst
+4
-0
doc/sphinx/source/commands/fasta.rst
doc/sphinx/source/commands/fasta.rst
+4
-0
doc/sphinx/source/commands/fillgaps.rst
doc/sphinx/source/commands/fillgaps.rst
+4
-0
doc/sphinx/source/commands/graphstats.rst
doc/sphinx/source/commands/graphstats.rst
+4
-0
doc/sphinx/source/commands/index.rst
doc/sphinx/source/commands/index.rst
+96
-49
doc/sphinx/source/commands/list.rst
doc/sphinx/source/commands/list.rst
+4
-0
doc/sphinx/source/commands/path.rst
doc/sphinx/source/commands/path.rst
+4
-0
doc/sphinx/source/commands/unfold.rst
doc/sphinx/source/commands/unfold.rst
+4
-0
doc/sphinx/source/commands/unfoldrdna.rst
doc/sphinx/source/commands/unfoldrdna.rst
+4
-0
doc/sphinx/source/conf.py
doc/sphinx/source/conf.py
+7
-1
doc/sphinx/source/extension.pdf
doc/sphinx/source/extension.pdf
+0
-0
doc/sphinx/source/extension.png
doc/sphinx/source/extension.png
+0
-0
doc/sphinx/source/finishing.rst
doc/sphinx/source/finishing.rst
+8
-0
doc/sphinx/source/genome_size.pdf
doc/sphinx/source/genome_size.pdf
+0
-0
doc/sphinx/source/genome_size.png
doc/sphinx/source/genome_size.png
+0
-0
doc/sphinx/source/index.rst
doc/sphinx/source/index.rst
+7
-7
doc/sphinx/source/oa.rst
doc/sphinx/source/oa.rst
+1
-1
doc/sphinx/source/unfolding.rst
doc/sphinx/source/unfolding.rst
+10
-0
doc/sphinx/source/utilities.rst
doc/sphinx/source/utilities.rst
+8
-0
doc/sphinx/sphinxext/numfig.py
doc/sphinx/sphinxext/numfig.py
+108
-0
get_orgasm/get-orgasm.py
get_orgasm/get-orgasm.py
+1
-3
get_orgasm/getorgasm/pip/__init__.py
get_orgasm/getorgasm/pip/__init__.py
+0
-277
get_orgasm/getorgasm/pip/__main__.py
get_orgasm/getorgasm/pip/__main__.py
+0
-7
get_orgasm/getorgasm/pip/_vendor/__init__.py
get_orgasm/getorgasm/pip/_vendor/__init__.py
+0
-8
get_orgasm/getorgasm/pip/_vendor/_markerlib/__init__.py
get_orgasm/getorgasm/pip/_vendor/_markerlib/__init__.py
+0
-16
get_orgasm/getorgasm/pip/_vendor/_markerlib/markers.py
get_orgasm/getorgasm/pip/_vendor/_markerlib/markers.py
+0
-119
get_orgasm/getorgasm/pip/_vendor/colorama/__init__.py
get_orgasm/getorgasm/pip/_vendor/colorama/__init__.py
+0
-7
get_orgasm/getorgasm/pip/_vendor/colorama/ansi.py
get_orgasm/getorgasm/pip/_vendor/colorama/ansi.py
+0
-50
get_orgasm/getorgasm/pip/_vendor/colorama/ansitowin32.py
get_orgasm/getorgasm/pip/_vendor/colorama/ansitowin32.py
+0
-190
get_orgasm/getorgasm/pip/_vendor/colorama/initialise.py
get_orgasm/getorgasm/pip/_vendor/colorama/initialise.py
+0
-56
get_orgasm/getorgasm/pip/_vendor/colorama/win32.py
get_orgasm/getorgasm/pip/_vendor/colorama/win32.py
+0
-137
get_orgasm/getorgasm/pip/_vendor/colorama/winterm.py
get_orgasm/getorgasm/pip/_vendor/colorama/winterm.py
+0
-120
get_orgasm/getorgasm/pip/_vendor/distlib/__init__.py
get_orgasm/getorgasm/pip/_vendor/distlib/__init__.py
+0
-23
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/__init__.py
...rgasm/getorgasm/pip/_vendor/distlib/_backport/__init__.py
+0
-6
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/misc.py
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/misc.py
+0
-41
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/shutil.py
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/shutil.py
+0
-761
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/sysconfig.cfg
...asm/getorgasm/pip/_vendor/distlib/_backport/sysconfig.cfg
+0
-84
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/sysconfig.py
...gasm/getorgasm/pip/_vendor/distlib/_backport/sysconfig.py
+0
-788
get_orgasm/getorgasm/pip/_vendor/distlib/_backport/tarfile.py
...orgasm/getorgasm/pip/_vendor/distlib/_backport/tarfile.py
+0
-2607
get_orgasm/getorgasm/pip/_vendor/distlib/compat.py
get_orgasm/getorgasm/pip/_vendor/distlib/compat.py
+0
-1064
get_orgasm/getorgasm/pip/_vendor/distlib/database.py
get_orgasm/getorgasm/pip/_vendor/distlib/database.py
+0
-1301
get_orgasm/getorgasm/pip/_vendor/distlib/index.py
get_orgasm/getorgasm/pip/_vendor/distlib/index.py
+0
-488
get_orgasm/getorgasm/pip/_vendor/distlib/locators.py
get_orgasm/getorgasm/pip/_vendor/distlib/locators.py
+0
-1194
get_orgasm/getorgasm/pip/_vendor/distlib/manifest.py
get_orgasm/getorgasm/pip/_vendor/distlib/manifest.py
+0
-364
get_orgasm/getorgasm/pip/_vendor/distlib/markers.py
get_orgasm/getorgasm/pip/_vendor/distlib/markers.py
+0
-190
get_orgasm/getorgasm/pip/_vendor/distlib/metadata.py
get_orgasm/getorgasm/pip/_vendor/distlib/metadata.py
+0
-1026
get_orgasm/getorgasm/pip/_vendor/distlib/resources.py
get_orgasm/getorgasm/pip/_vendor/distlib/resources.py
+0
-317
get_orgasm/getorgasm/pip/_vendor/distlib/scripts.py
get_orgasm/getorgasm/pip/_vendor/distlib/scripts.py
+0
-323
get_orgasm/getorgasm/pip/_vendor/distlib/t32.exe
get_orgasm/getorgasm/pip/_vendor/distlib/t32.exe
+0
-0
get_orgasm/getorgasm/pip/_vendor/distlib/t64.exe
get_orgasm/getorgasm/pip/_vendor/distlib/t64.exe
+0
-0
get_orgasm/getorgasm/pip/_vendor/distlib/util.py
get_orgasm/getorgasm/pip/_vendor/distlib/util.py
+0
-1575
get_orgasm/getorgasm/pip/_vendor/distlib/version.py
get_orgasm/getorgasm/pip/_vendor/distlib/version.py
+0
-721
get_orgasm/getorgasm/pip/_vendor/distlib/w32.exe
get_orgasm/getorgasm/pip/_vendor/distlib/w32.exe
+0
-0
get_orgasm/getorgasm/pip/_vendor/distlib/w64.exe
get_orgasm/getorgasm/pip/_vendor/distlib/w64.exe
+0
-0
get_orgasm/getorgasm/pip/_vendor/distlib/wheel.py
get_orgasm/getorgasm/pip/_vendor/distlib/wheel.py
+0
-958
get_orgasm/getorgasm/pip/_vendor/html5lib/__init__.py
get_orgasm/getorgasm/pip/_vendor/html5lib/__init__.py
+0
-23
get_orgasm/getorgasm/pip/_vendor/html5lib/constants.py
get_orgasm/getorgasm/pip/_vendor/html5lib/constants.py
+0
-3104
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/__init__.py
...orgasm/getorgasm/pip/_vendor/html5lib/filters/__init__.py
+0
-0
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/_base.py
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/_base.py
+0
-12
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/alphabeticalattributes.py
...sm/pip/_vendor/html5lib/filters/alphabeticalattributes.py
+0
-20
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/inject_meta_charset.py
...rgasm/pip/_vendor/html5lib/filters/inject_meta_charset.py
+0
-65
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/lint.py
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/lint.py
+0
-93
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/optionaltags.py
...sm/getorgasm/pip/_vendor/html5lib/filters/optionaltags.py
+0
-205
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/sanitizer.py
...rgasm/getorgasm/pip/_vendor/html5lib/filters/sanitizer.py
+0
-12
get_orgasm/getorgasm/pip/_vendor/html5lib/filters/whitespace.py
...gasm/getorgasm/pip/_vendor/html5lib/filters/whitespace.py
+0
-38
get_orgasm/getorgasm/pip/_vendor/html5lib/html5parser.py
get_orgasm/getorgasm/pip/_vendor/html5lib/html5parser.py
+0
-2713
get_orgasm/getorgasm/pip/_vendor/html5lib/ihatexml.py
get_orgasm/getorgasm/pip/_vendor/html5lib/ihatexml.py
+0
-285
get_orgasm/getorgasm/pip/_vendor/html5lib/inputstream.py
get_orgasm/getorgasm/pip/_vendor/html5lib/inputstream.py
+0
-881
get_orgasm/getorgasm/pip/_vendor/html5lib/sanitizer.py
get_orgasm/getorgasm/pip/_vendor/html5lib/sanitizer.py
+0
-271
get_orgasm/getorgasm/pip/_vendor/html5lib/serializer/__init__.py
...asm/getorgasm/pip/_vendor/html5lib/serializer/__init__.py
+0
-16
get_orgasm/getorgasm/pip/_vendor/html5lib/serializer/htmlserializer.py
...torgasm/pip/_vendor/html5lib/serializer/htmlserializer.py
+0
-320
get_orgasm/getorgasm/pip/_vendor/html5lib/tokenizer.py
get_orgasm/getorgasm/pip/_vendor/html5lib/tokenizer.py
+0
-1731
get_orgasm/getorgasm/pip/_vendor/html5lib/treeadapters/__init__.py
...m/getorgasm/pip/_vendor/html5lib/treeadapters/__init__.py
+0
-0
get_orgasm/getorgasm/pip/_vendor/html5lib/treeadapters/sax.py
...orgasm/getorgasm/pip/_vendor/html5lib/treeadapters/sax.py
+0
-44
get_orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/__init__.py
...m/getorgasm/pip/_vendor/html5lib/treebuilders/__init__.py
+0
-76
get_orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/_base.py
...gasm/getorgasm/pip/_vendor/html5lib/treebuilders/_base.py
+0
-377
get_orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/dom.py
...orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/dom.py
+0
-227
get_orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/etree.py
...gasm/getorgasm/pip/_vendor/html5lib/treebuilders/etree.py
+0
-337
get_orgasm/getorgasm/pip/_vendor/html5lib/treebuilders/etree_lxml.py
...getorgasm/pip/_vendor/html5lib/treebuilders/etree_lxml.py
+0
-369
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/__init__.py
...sm/getorgasm/pip/_vendor/html5lib/treewalkers/__init__.py
+0
-57
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/_base.py
...rgasm/getorgasm/pip/_vendor/html5lib/treewalkers/_base.py
+0
-200
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/dom.py
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/dom.py
+0
-46
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/etree.py
...rgasm/getorgasm/pip/_vendor/html5lib/treewalkers/etree.py
+0
-138
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/genshistream.py
...etorgasm/pip/_vendor/html5lib/treewalkers/genshistream.py
+0
-69
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/lxmletree.py
...m/getorgasm/pip/_vendor/html5lib/treewalkers/lxmletree.py
+0
-208
get_orgasm/getorgasm/pip/_vendor/html5lib/treewalkers/pulldom.py
...asm/getorgasm/pip/_vendor/html5lib/treewalkers/pulldom.py
+0
-63
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/__init__.py
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/__init__.py
+0
-12
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/_base.py
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/_base.py
+0
-37
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/datrie.py
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/datrie.py
+0
-44
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/py.py
get_orgasm/getorgasm/pip/_vendor/html5lib/trie/py.py
+0
-67
get_orgasm/getorgasm/pip/_vendor/html5lib/utils.py
get_orgasm/getorgasm/pip/_vendor/html5lib/utils.py
+0
-82
get_orgasm/getorgasm/pip/_vendor/pkg_resources.py
get_orgasm/getorgasm/pip/_vendor/pkg_resources.py
+0
-2762
get_orgasm/getorgasm/pip/_vendor/re-vendor.py
get_orgasm/getorgasm/pip/_vendor/re-vendor.py
+0
-34
get_orgasm/getorgasm/pip/_vendor/requests/__init__.py
get_orgasm/getorgasm/pip/_vendor/requests/__init__.py
+0
-77
get_orgasm/getorgasm/pip/_vendor/requests/adapters.py
get_orgasm/getorgasm/pip/_vendor/requests/adapters.py
+0
-388
get_orgasm/getorgasm/pip/_vendor/requests/api.py
get_orgasm/getorgasm/pip/_vendor/requests/api.py
+0
-120
get_orgasm/getorgasm/pip/_vendor/requests/auth.py
get_orgasm/getorgasm/pip/_vendor/requests/auth.py
+0
-193
get_orgasm/getorgasm/pip/_vendor/requests/cacert.pem
get_orgasm/getorgasm/pip/_vendor/requests/cacert.pem
+0
-5026
get_orgasm/getorgasm/pip/_vendor/requests/certs.py
get_orgasm/getorgasm/pip/_vendor/requests/certs.py
+0
-24
get_orgasm/getorgasm/pip/_vendor/requests/compat.py
get_orgasm/getorgasm/pip/_vendor/requests/compat.py
+0
-115
get_orgasm/getorgasm/pip/_vendor/requests/cookies.py
get_orgasm/getorgasm/pip/_vendor/requests/cookies.py
+0
-454
get_orgasm/getorgasm/pip/_vendor/requests/exceptions.py
get_orgasm/getorgasm/pip/_vendor/requests/exceptions.py
+0
-75
get_orgasm/getorgasm/pip/_vendor/requests/hooks.py
get_orgasm/getorgasm/pip/_vendor/requests/hooks.py
+0
-45
get_orgasm/getorgasm/pip/_vendor/requests/models.py
get_orgasm/getorgasm/pip/_vendor/requests/models.py
+0
-803
get_orgasm/getorgasm/pip/_vendor/requests/packages/__init__.py
...rgasm/getorgasm/pip/_vendor/requests/packages/__init__.py
+0
-3
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/__init__.py
...torgasm/pip/_vendor/requests/packages/chardet/__init__.py
+0
-32
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/big5freq.py
...torgasm/pip/_vendor/requests/packages/chardet/big5freq.py
+0
-925
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/big5prober.py
...rgasm/pip/_vendor/requests/packages/chardet/big5prober.py
+0
-42
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/chardetect.py
...rgasm/pip/_vendor/requests/packages/chardet/chardetect.py
+0
-46
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/chardistribution.py
...pip/_vendor/requests/packages/chardet/chardistribution.py
+0
-231
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
...p/_vendor/requests/packages/chardet/charsetgroupprober.py
+0
-106
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/charsetprober.py
...sm/pip/_vendor/requests/packages/chardet/charsetprober.py
+0
-62
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/codingstatemachine.py
...p/_vendor/requests/packages/chardet/codingstatemachine.py
+0
-61
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/compat.py
...getorgasm/pip/_vendor/requests/packages/chardet/compat.py
+0
-34
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/constants.py
...orgasm/pip/_vendor/requests/packages/chardet/constants.py
+0
-39
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/cp949prober.py
...gasm/pip/_vendor/requests/packages/chardet/cp949prober.py
+0
-44
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/escprober.py
...orgasm/pip/_vendor/requests/packages/chardet/escprober.py
+0
-86
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/escsm.py
.../getorgasm/pip/_vendor/requests/packages/chardet/escsm.py
+0
-242
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/eucjpprober.py
...gasm/pip/_vendor/requests/packages/chardet/eucjpprober.py
+0
-90
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/euckrfreq.py
...orgasm/pip/_vendor/requests/packages/chardet/euckrfreq.py
+0
-596
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/euckrprober.py
...gasm/pip/_vendor/requests/packages/chardet/euckrprober.py
+0
-42
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/euctwfreq.py
...orgasm/pip/_vendor/requests/packages/chardet/euctwfreq.py
+0
-428
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/euctwprober.py
...gasm/pip/_vendor/requests/packages/chardet/euctwprober.py
+0
-41
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/gb2312freq.py
...rgasm/pip/_vendor/requests/packages/chardet/gb2312freq.py
+0
-472
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/gb2312prober.py
...asm/pip/_vendor/requests/packages/chardet/gb2312prober.py
+0
-41
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/hebrewprober.py
...asm/pip/_vendor/requests/packages/chardet/hebrewprober.py
+0
-283
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/jisfreq.py
...etorgasm/pip/_vendor/requests/packages/chardet/jisfreq.py
+0
-569
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/jpcntx.py
...getorgasm/pip/_vendor/requests/packages/chardet/jpcntx.py
+0
-219
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
...p/_vendor/requests/packages/chardet/langbulgarianmodel.py
+0
-229
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
...ip/_vendor/requests/packages/chardet/langcyrillicmodel.py
+0
-329
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langgreekmodel.py
...m/pip/_vendor/requests/packages/chardet/langgreekmodel.py
+0
-225
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
.../pip/_vendor/requests/packages/chardet/langhebrewmodel.py
+0
-201
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
...p/_vendor/requests/packages/chardet/langhungarianmodel.py
+0
-225
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/langthaimodel.py
...sm/pip/_vendor/requests/packages/chardet/langthaimodel.py
+0
-200
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/latin1prober.py
...asm/pip/_vendor/requests/packages/chardet/latin1prober.py
+0
-139
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
.../pip/_vendor/requests/packages/chardet/mbcharsetprober.py
+0
-86
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
.../pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
+0
-54
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/mbcssm.py
...getorgasm/pip/_vendor/requests/packages/chardet/mbcssm.py
+0
-575
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
.../pip/_vendor/requests/packages/chardet/sbcharsetprober.py
+0
-120
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
.../pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
+0
-69
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/sjisprober.py
...rgasm/pip/_vendor/requests/packages/chardet/sjisprober.py
+0
-91
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/universaldetector.py
...ip/_vendor/requests/packages/chardet/universaldetector.py
+0
-170
get_orgasm/getorgasm/pip/_vendor/requests/packages/chardet/utf8prober.py
...rgasm/pip/_vendor/requests/packages/chardet/utf8prober.py
+0
-76
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/__init__.py
...torgasm/pip/_vendor/requests/packages/urllib3/__init__.py
+0
-58
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/_collections.py
...asm/pip/_vendor/requests/packages/urllib3/_collections.py
+0
-205
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/connection.py
...rgasm/pip/_vendor/requests/packages/urllib3/connection.py
+0
-204
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/connectionpool.py
...m/pip/_vendor/requests/packages/urllib3/connectionpool.py
+0
-710
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
...pip/_vendor/requests/packages/urllib3/contrib/__init__.py
+0
-0
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
...pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
+0
-120
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
...ip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
+0
-422
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/exceptions.py
...rgasm/pip/_vendor/requests/packages/urllib3/exceptions.py
+0
-126
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/fields.py
...getorgasm/pip/_vendor/requests/packages/urllib3/fields.py
+0
-177
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/filepost.py
...torgasm/pip/_vendor/requests/packages/urllib3/filepost.py
+0
-100
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/packages/__init__.py
...ip/_vendor/requests/packages/urllib3/packages/__init__.py
+0
-4
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
...vendor/requests/packages/urllib3/packages/ordered_dict.py
+0
-260
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/packages/six.py
...asm/pip/_vendor/requests/packages/urllib3/packages/six.py
+0
-385
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
.../packages/urllib3/packages/ssl_match_hostname/__init__.py
+0
-13
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
...es/urllib3/packages/ssl_match_hostname/_implementation.py
+0
-105
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/poolmanager.py
...gasm/pip/_vendor/requests/packages/urllib3/poolmanager.py
+0
-258
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/request.py
...etorgasm/pip/_vendor/requests/packages/urllib3/request.py
+0
-141
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/response.py
...torgasm/pip/_vendor/requests/packages/urllib3/response.py
+0
-308
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/__init__.py
...sm/pip/_vendor/requests/packages/urllib3/util/__init__.py
+0
-27
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/connection.py
.../pip/_vendor/requests/packages/urllib3/util/connection.py
+0
-45
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/request.py
...asm/pip/_vendor/requests/packages/urllib3/util/request.py
+0
-68
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/response.py
...sm/pip/_vendor/requests/packages/urllib3/util/response.py
+0
-13
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/ssl_.py
...orgasm/pip/_vendor/requests/packages/urllib3/util/ssl_.py
+0
-133
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/timeout.py
...asm/pip/_vendor/requests/packages/urllib3/util/timeout.py
+0
-234
get_orgasm/getorgasm/pip/_vendor/requests/packages/urllib3/util/url.py
...torgasm/pip/_vendor/requests/packages/urllib3/util/url.py
+0
-162
get_orgasm/getorgasm/pip/_vendor/requests/sessions.py
get_orgasm/getorgasm/pip/_vendor/requests/sessions.py
+0
-637
get_orgasm/getorgasm/pip/_vendor/requests/status_codes.py
get_orgasm/getorgasm/pip/_vendor/requests/status_codes.py
+0
-88
get_orgasm/getorgasm/pip/_vendor/requests/structures.py
get_orgasm/getorgasm/pip/_vendor/requests/structures.py
+0
-127
get_orgasm/getorgasm/pip/_vendor/requests/utils.py
get_orgasm/getorgasm/pip/_vendor/requests/utils.py
+0
-673
get_orgasm/getorgasm/pip/_vendor/six.py
get_orgasm/getorgasm/pip/_vendor/six.py
+0
-646
get_orgasm/getorgasm/pip/backwardcompat/__init__.py
get_orgasm/getorgasm/pip/backwardcompat/__init__.py
+0
-138
get_orgasm/getorgasm/pip/basecommand.py
get_orgasm/getorgasm/pip/basecommand.py
+0
-201
get_orgasm/getorgasm/pip/baseparser.py
get_orgasm/getorgasm/pip/baseparser.py
+0
-224
get_orgasm/getorgasm/pip/cmdoptions.py
get_orgasm/getorgasm/pip/cmdoptions.py
+0
-371
get_orgasm/getorgasm/pip/commands/__init__.py
get_orgasm/getorgasm/pip/commands/__init__.py
+0
-88
get_orgasm/getorgasm/pip/commands/bundle.py
get_orgasm/getorgasm/pip/commands/bundle.py
+0
-42
get_orgasm/getorgasm/pip/commands/completion.py
get_orgasm/getorgasm/pip/commands/completion.py
+0
-59
get_orgasm/getorgasm/pip/commands/freeze.py
get_orgasm/getorgasm/pip/commands/freeze.py
+0
-114
get_orgasm/getorgasm/pip/commands/help.py
get_orgasm/getorgasm/pip/commands/help.py
+0
-33
get_orgasm/getorgasm/pip/commands/install.py
get_orgasm/getorgasm/pip/commands/install.py
+0
-314
get_orgasm/getorgasm/pip/commands/list.py
get_orgasm/getorgasm/pip/commands/list.py
+0
-162
get_orgasm/getorgasm/pip/commands/search.py
get_orgasm/getorgasm/pip/commands/search.py
+0
-132
get_orgasm/getorgasm/pip/commands/show.py
get_orgasm/getorgasm/pip/commands/show.py
+0
-80
get_orgasm/getorgasm/pip/commands/uninstall.py
get_orgasm/getorgasm/pip/commands/uninstall.py
+0
-59
get_orgasm/getorgasm/pip/commands/unzip.py
get_orgasm/getorgasm/pip/commands/unzip.py
+0
-7
get_orgasm/getorgasm/pip/commands/wheel.py
get_orgasm/getorgasm/pip/commands/wheel.py
+0
-195
get_orgasm/getorgasm/pip/commands/zip.py
get_orgasm/getorgasm/pip/commands/zip.py
+0
-351
get_orgasm/getorgasm/pip/download.py
get_orgasm/getorgasm/pip/download.py
+0
-644
get_orgasm/getorgasm/pip/exceptions.py
get_orgasm/getorgasm/pip/exceptions.py
+0
-46
get_orgasm/getorgasm/pip/index.py
get_orgasm/getorgasm/pip/index.py
+0
-990
get_orgasm/getorgasm/pip/locations.py
get_orgasm/getorgasm/pip/locations.py
+0
-172
get_orgasm/getorgasm/pip/log.py
get_orgasm/getorgasm/pip/log.py
+0
-276
get_orgasm/getorgasm/pip/pep425tags.py
get_orgasm/getorgasm/pip/pep425tags.py
+0
-102
get_orgasm/getorgasm/pip/req.py
get_orgasm/getorgasm/pip/req.py
+0
-1931
get_orgasm/getorgasm/pip/runner.py
get_orgasm/getorgasm/pip/runner.py
+0
-18
get_orgasm/getorgasm/pip/status_codes.py
get_orgasm/getorgasm/pip/status_codes.py
+0
-6
get_orgasm/getorgasm/pip/util.py
get_orgasm/getorgasm/pip/util.py
+0
-720
get_orgasm/getorgasm/pip/vcs/__init__.py
get_orgasm/getorgasm/pip/vcs/__init__.py
+0
-251
get_orgasm/getorgasm/pip/vcs/bazaar.py
get_orgasm/getorgasm/pip/vcs/bazaar.py
+0
-131
get_orgasm/getorgasm/pip/vcs/git.py
get_orgasm/getorgasm/pip/vcs/git.py
+0
-194
get_orgasm/getorgasm/pip/vcs/mercurial.py
get_orgasm/getorgasm/pip/vcs/mercurial.py
+0
-151
get_orgasm/getorgasm/pip/vcs/subversion.py
get_orgasm/getorgasm/pip/vcs/subversion.py
+0
-273
get_orgasm/getorgasm/pip/wheel.py
get_orgasm/getorgasm/pip/wheel.py
+0
-560
get_orgasm/getorgasm/svn/__init__.py
get_orgasm/getorgasm/svn/__init__.py
+0
-2
get_orgasm/getorgasm/svn/common.py
get_orgasm/getorgasm/svn/common.py
+0
-210
get_orgasm/getorgasm/svn/local.py
get_orgasm/getorgasm/svn/local.py
+0
-15
get_orgasm/getorgasm/svn/remote.py
get_orgasm/getorgasm/svn/remote.py
+0
-20
get_orgasm/getorgasm/svn/utility.py
get_orgasm/getorgasm/svn/utility.py
+0
-8
python/orgasm/command/buildgraph.py
python/orgasm/command/buildgraph.py
+1
-1
No files found.
doc/sphinx/source/algorithms.pdf
0 → 100644
View file @
a5fc5964
File added
doc/sphinx/source/algorithms.png
0 → 100644
View file @
a5fc5964
110 KB
doc/sphinx/source/algorithms.rst
0 → 100644
View file @
a5fc5964
The ORGanelle ASeMbler algorithmns
==================================
In a eukaryote cell, the genome is mainly stored in the nucleus but organelles,
*i.e.* mitochondrion and chloroplast for plants contain also genetic material.
|Orgasm| is an assembler dedicated to assemble these organelle genome sequences
from a low coverage shotgun sequencing.
|Orgasm| relies on the property that the copy number of organelle genomes is
higher per cell than the count of nuclear genome copies. The typical size for an
animal mitochondrial genome is about 16,000 base pairs (bp), and 150,000 bp
or 150 kb for a plant chloroplastic genome.
.. figure:: genome_size.*
:align: center
:figwidth: 80 %
:width: 600
.. figure:: algorithms.*
:align: center
:figwidth: 80 %
:width: 500
.. toctree::
:maxdepth: 2
algorithms/seedselection
algorithms/graphextension
algorithms/graphcleanning
algorithms/gapfilling
algorithms/graphunfolding
doc/sphinx/source/algorithms/ahocorasick.pdf
0 → 100644
View file @
a5fc5964
File added
doc/sphinx/source/algorithms/ahocorasick.png
0 → 100644
View file @
a5fc5964
182 KB
doc/sphinx/source/algorithms/gapfilling.rst
0 → 100644
View file @
a5fc5964
Gap filling
===========
doc/sphinx/source/algorithms/graphcleanning.rst
0 → 100644
View file @
a5fc5964
Graph cleanning
===============
doc/sphinx/source/algorithms/graphextension.rst
0 → 100644
View file @
a5fc5964
Graph extension
===============
.. figure:: ../extension.*
:align: center
:figwidth: 80 %
:width: 500
The assembling stack
doc/sphinx/source/algorithms/graphunfolding.rst
0 → 100644
View file @
a5fc5964
Graph unfolding
===============
doc/sphinx/source/algorithms/seedselection.rst
0 → 100644
View file @
a5fc5964
Seed selection
==============
During the assembling process, to focus on a specific sequence, the mitochondrial
genome, the chloroplast genome or the nuclear rDNA, |orgasm| initiates the
assembling from a subset of reads supposed to belongs the targeted sequence.
The seed selection process aims to select this read subset. Reads are selected
because they present sequence similarity with genetic elements known to be
present on the targeted sequence.
Two kind of genetic elements can be used for selecting these reads:
- Protein encoding genes
- DNA sequences known to be present on the target sequence.
These genetics elements will be further named *seeds*. When prtein encoding
genes are used as seeds, the protein encoded sequence have to be used rather
than the nucleic gene sequence. This allow to be more sensitive during the read
selection and to use less phylogenetically closely related species sequence as
probe. As example the :ref:`protChloroArabidopsis <buildgraph.seeds>` seeds set
provided with the :ref:`buildgraph <oa_buildgraph>` command is constituted of 47
chloroplastic protein sequences from *Arabidopsis thaliana*. It allows to
initiate the assembling of most of the plant chloroplaste genomes.
|Orgasm| uses an algorithm similar, but simpler than the one used by `BLAST`_
and based on an `Aho Corasick automata`_.
Seed sequences are splitted in short words (kmer). The size of the words **kup**
is set by default to four for protein sequences and to twelve for DNA sequences.
This default size can be set up using the :ref:`--kup <buildgraph.kup>` option
of the :ref:`buildgraph <oa_buildgraph>` command.
When protein sequences are used as seeds, the kmers are back-translated to DNA
according to all the `NCBI genetic codes`_. Consequently a single proteic kmer
will be converted in a set of DNA words allowing to take into account the
genetic code degeneracy.
.. _`fig.backtranslate`:
.. figure:: ahocorasick.*
:align: center
:figwidth: 50 %
:width: 500
Protein sequences are splitted in short overlaping words.
Each small word is back-translated to DNA, reverse-complemented and
inserted into the Aho-Corasick automata. You can see for each protein
word a tree representing the Aho Corasick automata strucuture corresponding
to it. Each branch of these trees correspond to a DNA work issued from the
back-translation process and the reverse complement of these DNA words. This
give you an idea of the number of DNA words generated for each peptide.
The automata is filled
.. _`BLAST`: http://blast.ncbi.nlm.nih.gov/Blast.cgi
.. _`Aho Corasick automata`: https://en.wikipedia.org/wiki/Aho–Corasick_algorithm
.. _`NCBI genetic codes`: http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi
doc/sphinx/source/commands.rst
View file @
a5fc5964
The
organelle assem
bler commands
The
ORGanelle ASseM
bler commands
================================
.. toctree::
...
...
@@ -8,3 +8,4 @@ The organelle assembler commands
assembling
finishing
unfolding
utilities
doc/sphinx/source/commands/buildgraph.rst
View file @
a5fc5964
...
...
@@ -6,3 +6,197 @@ The :program:`buildgraph` command
The :ref:`organelle assembler <oa>`'s :program:`buildgraph`
realizes the assembling of the reads by building the De Bruinj Graph which
is the central data structure used by the :ref:`organelle assembler <oa>`.
command prototype
-----------------
.. program:: oa buildgraph
.. code-block:: none
usage: oa buildgraph [-h] [--seeds seeds]
[--adapt5 adapt5] [--adapt3 adapt3]
[--coverage BUILDGRAPH:COVERAGE]
[--lowcomplexity]
[--minread BUILDGRAPH:MINREAD]
[--minoverlap BUILDGRAPH:MINOVERLAP]
[--minratio BUILDGRAPH:MINRATIO]
[--mincov BUILDGRAPH:MINCOV]
[--assmax BUILDGRAPH:ASSMAX]
[--smallbranches BUILDGRAPH:SMALLBRANCHES]
[--back ORGASM:BACK] [--snp]
index [output]
positional arguments
--------------------
.. option:: index
index root filename (produced by the oa index command)
.. option:: output
output prefix
optional arguments
------------------
General option
++++++++++++++
.. option:: -h, --help
show the help message and exit
Graph initialisation options
++++++++++++++++++++++++++++
.. _buildgraph.seeds:
.. option:: --seeds seeds
Seed sequences; either a fasta file containing seeds
sequences (nucleic or proteic) or the name of an internal
set of seeds among:
- ``nucrRNAAHypogastrura``
- ``nucrRNAArabidopsis``
- ``protChloroArabidopsis``
- ``protMitoCapra``
- ``protMitoMachaon``
.. code-block:: bash
$ oa buildgraph --seeds protChloroArabidopsis seqindex
.. _buildgraph.kup:
.. option:: --kup ORGASM:KUP
The word size used to identify the seed reads
[default: protein=4, DNA=12].
Graph extension options
+++++++++++++++++++++++
.. figure:: ../extension.*
:align: center
:figwidth: 80 %
:width: 500
The assembling stack
.. option:: --minread BUILDGRAPH:MINREAD
the minimum count of read to consider [default:
<estimated>]
.. code-block:: bash
$ oa buildgraph --seeds protChloroArabidopsis --minread 5 seqindex
Consider an extension if at least five reads are present in the extension
stack.
.. option:: --coverage BUILDGRAPH:COVERAGE
the expected sequencing coverage [default:
<estimated>]
.. option:: --minoverlap BUILDGRAPH:MINOVERLAP
minimum length of the overlap between the sequence and
reads to participate in the extension. [default:
<estimated>]
.. option:: --minratio BUILDGRAPH:MINRATIO
minimum ratio between occurrences of an extension and
the occurrences of the most frequent extension to keep
it. [default: <estimated>]
.. option:: --mincov BUILDGRAPH:MINCOV
minimum occurrences of an extension to keep it.
[default: 1]
Graph filtering options
+++++++++++++++++++++++
.. option:: --lowcomplexity
Use also low complexity probes
.. option:: --adapt5 adapt5
adapter sequences used to filter reads beginning by
such sequences; either a fasta file containing adapter
sequences or internal set of adapter sequences among
['adapt5ILLUMINA'] [default: adapt5ILLUMINA]
.. option:: --adapt3 adapt3
adapter sequences used to filter reads ending by such
sequences; either a fasta file containing adapter
sequences or internal set of adapter sequences among
['adapt3ILLUMINA'] [default: adapt3ILLUMINA]
Graph limit option
++++++++++++++++++
.. option:: --assmax BUILDGRAPH:ASSMAX
maximum base pair assembled
Graph cleaning options
++++++++++++++++++++++
.. option:: --smallbranches BUILDGRAPH:SMALLBRANCHES
After a cycle a extension, if you observe the assembling graph
you can observe a main path and many small aborted branches surrounding
this main path. They correspond to path initiated by a sequencing
error or a nuclear copy of a chloroplast region not enough covered by
the skimming sequencing to be successfuly extended.
One of the cleaning step consist in deleting these small branches.
This option indicates up to which lenght branches have to be deleted.
By default this legth is automaticaly estimated from the graph.
.. code-block:: bash
$ oa buildgraph --seeds protChloroArabidopsis \
--smallbranches 15 seqindex
During the cleaning steps, all the branches with a legth
shorter or equal to 15 base pairs will be deleted
.. option:: --snp
When the data set correspond to a pool of individuals, it is possible
that natural polymorphisms artificially complexy the assembling graph.
For helping the assembling process of such data set, this option will
clear the graph for such SNP by keeping only the most abundant allele
prsent in the dataset. The generated sequence can be considered as a
king of consensus. Read can be remapped in a second time on this
consensus using classical sofware like `BWA <bwa>`_ to get the lost SNP
information.
By default this option is deactivated
.. code-block:: bash
$ oa buildgraph --seeds protChloroArabidopsis \
--snp seqindex
Run the assembling, ignoring the SNPs.
Gap filling option
++++++++++++++++++
.. option:: --back ORGASM:BACK
The number of bases taken at the end of contigs to
jump with pared-ends [default: <estimated>]
.. _`bwa`: http://sourceforge.net/projects/bio-bwa/
doc/sphinx/source/commands/compact.rst
0 → 100644
View file @
a5fc5964
.. _oa_compact:
The :program:`compact` command
==============================
doc/sphinx/source/commands/cutlow.rst
0 → 100644
View file @
a5fc5964
.. _oa_cutlow:
The :program:`cutlow` command
=============================
doc/sphinx/source/commands/fasta.rst
0 → 100644
View file @
a5fc5964
.. _oa_fasta:
The :program:`fasta` command
============================
doc/sphinx/source/commands/fillgaps.rst
0 → 100644
View file @
a5fc5964
.. _oa_fillgaps:
The :program:`fillgaps` command
===============================
doc/sphinx/source/commands/graphstats.rst
0 → 100644
View file @
a5fc5964
.. _oa_graphstats:
The :program:`graphstats` command
=================================
doc/sphinx/source/commands/index.rst
View file @
a5fc5964
...
...
@@ -3,17 +3,16 @@
The :program:`index` command
============================
The :ref:`organelle assembler <oa>`
's :program:`index` command indexes
|Orgasm|
's :program:`index` command indexes
lexicographicaly a set of sequence reads to make them usable by the
assembler.
The constraints of the
:ref:`organelle assembler <oa>`
-------------------------------
-----------------------
The constraints of the
|orgasm|
-------------------------------
The :ref:`organelle assembler <oa>` was developed to deal with Illumina
paired-end reads. Consequently, the algortihm of the
:ref:`organelle assembler <oa>` requires that the indexed reads respect
several constraints.
|Orgasm| was developed to deal with Illumina
paired-end reads. Consequently, the algortihm of |orgasm|
requires that the indexed reads respect several constraints.
- The reads must be paired.
- They must have all the same length.
...
...
@@ -40,33 +39,57 @@ These options allow for indicating:
They also permit to define the read length following three strategies.
Setting up the length of the indexed reads
------------------------------------------
The default strategy
++++++++++++++++++++
When nothing is specified
the :ref:`organelle assembler <oa>`
:program:`index <oa_index>` commandconsiders that all the reads from the
dataset have the same length. Considering this, the actual read length of
the dataset is estimated from the first read of the forward file.
If the read length is even,
it is decreased by one.
When nothing is specified
|orgasm| :program:`index <oa_index>` command
considers that all the reads from the dataset have the same length.
Considering this, the actual read length of the dataset is estimated
from the first read of the forward file. If the read length is even,
it is decreased by one.
During the indexing procedure, read
s shorter than the limit are discarded,
read longuer than the limit are trimmed on their 3' end to fit the good
length. After the trimming reads containing :ref:`IUPAC <iupac_code>` ambiguity
code are also discarded.
During the indexing procedure, read
pairs containing a read shorter than
the limit are discarded, read longer than the limit are trimmed on their
3' end to fit the good length. After read pairs containing a
:ref:`IUPAC <iupac_code>` ambiguity
code are also discarded.
The user defined read length
++++++++++++++++++++++++++++
Using the option :ref:`--length <opt_idx_length>`
Using the option :ref:`--length <index.length>`, users can specify the read
length to index. If the specified read length is even, it is decreased by one.
As for the default strategy, read pairs containing a read shorter than the
specified limit are discarded, read longuer than the limit are trimmed on
their 3' end to fit the good length. After read pairs containing a
:ref:`IUPAC <iupac_code>` ambiguity code are also discarded.
The estimated read length
+++++++++++++++++++++++++
Running the :program:`index` with the option
:ref:`--estimate-length FRACTION <index.estimate-length>` asks to estimate
the maximum length usable to use at least ``FRACTION`` part of the dataset.
``FRACTION`` is a float number ranging between *0.0* and *1.0*.
In this mode the dataset is read a first time and the longest sub-sequence of
each read containing no :ref:`IUPAC <iupac_code>` ambiguity code is extracted.
The length distribution of these sub-sequences is computed. According to this
distribution the maximal length allowing to use at least ``FRACTION`` part
of the dataset is estimated.
Running the :program:`index`
Only the sub-sequences without :ref:`IUPAC <iupac_code>` ambiguity code are
indexed. Read pairs containing a read shorter than the estimated length are
discarded
One of the most common way for running the :program:`index` command looks like
to the following command:
The most common way to run the index command
--------------------------------------------
The basic unix command for running the :program:`index` command looks like
to this:
.. code-block:: bash
...
...
@@ -74,45 +97,67 @@ to the following command:
seqindex \
forward.fastq.gz reverse.fastq.gz
the :program:`index` command creates four files :
-
<index>.ogx
: contains information concerning the index
-
<index>.ofx
: contains the sequences themselves and the forward index
-
<index>.orx
: contains reverse index
-
<index>.opx
: contains read pairing data
-
``<index>.ogx``
: contains information concerning the index
-
``<index>.ofx``
: contains the sequences themselves and the forward index
-
``<index>.orx``
: contains reverse index
-
``<index>.opx``
: contains read pairing data
The :ref:`organelle assembler <oa>`
will need all these file to process assembling.
`
<index>
` represents the name of index that will be used later by the assembler.
|Orgasm|
will need all these file to process assembling.
`
`<index>``
` represents the name of index that will be used later by the assembler.
A fifth file named ``<index>.log`` contains the traces generated by the indexation
process.
command prototype
-----------------
.. code-block:: none
$ oa index [--single | --mate-pairs] \
[--check-ids] [--check-pairing] \
[--max-read ###] \
[--length ### | --estimate-length #.##] \
[--fasta | --forward-fasta | --reverse-fasta] \
[--no-pipe] \
<index> <forward_fastq_file> [reverse_fastq_file]
usage: $ oa index [-h] [--single | --mate-pairs]
[--check-ids] [--check-pairing]
[--max-read ###]
[--length ### | --estimate-length #.##]
[--fasta | --forward-fasta | --reverse-fasta]
[--no-pipe]
<index> <forward_fastq_file> [reverse_fastq_file]
positional arguments
--------------------
.. option:: index
Name of the produced index
options
-------
.. option:: forward
Filename of the forward reads
.. option:: reverse
Filename of the reverse reads
optional arguments
------------------
.. program:: oa index
General option
++++++++++++++
.. option:: -h, --help
show the help message and exit
Sequencing strategy
+++++++++++++++++++
..
cmd
option:: --single
.. option:: --single
Single read mode.