Mercurial > repos > petrn > repeatexplorer
diff 0INFO.md @ 8:3bc73f5dc785 draft
Uploaded
| author | petrn |
|---|---|
| date | Fri, 20 Dec 2019 14:17:59 +0000 |
| parents | f6ebec6e235e |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/0INFO.md Fri Dec 20 14:17:59 2019 +0000 @@ -0,0 +1,25 @@ +# modules and classes in repex + +require python3.4 + +## seqtools +tools for sequence manipulation, reading, sampling +### Sequence + single sequence container +### SequenceSet + reading set of seq from fasta file or creating from scratch + use sqlite database + sample + partitioning into chunk + +## dependencies: +python module parse: +see https://github.com/r1chardj0n3s/parse or https://pypi.python.org/pypi/parse +install by pyp3 istall parse + + + + + + +
