comparison 0INFO.md @ 0:f6ebec6e235e draft

Uploaded
author petrn
date Thu, 19 Dec 2019 13:46:43 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f6ebec6e235e
1 # modules and classes in repex
2
3 require python3.4
4
5 ## seqtools
6 tools for sequence manipulation, reading, sampling
7 ### Sequence
8 single sequence container
9 ### SequenceSet
10 reading set of seq from fasta file or creating from scratch
11 use sqlite database
12 sample
13 partitioning into chunk
14
15 ## dependencies:
16 python module parse:
17 see https://github.com/r1chardj0n3s/parse or https://pypi.python.org/pypi/parse
18 install by pyp3 istall parse
19
20
21
22
23
24
25