FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Mutation-Simulator/mutation_simulator/__init__.py at master · mkpython3/Mutation-Simulator · GitHub
mkpython3
/
Mutation-Simulator
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
43
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Mutation-Simulator
/
mutation_simulator
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 886 Bytes
Breadcrumbs
Mutation-Simulator
/
mutation_simulator
/
__init__.py
Copy path
File metadata and controls
18 lines (18 loc) · 886 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
from
.
_version
import
__version__
from
.
argument_parser
import
get_args
from
.
bedpe_writer
import
BedpeWriterError
from
.
colors
import
Colors
from
.
fasta_writer
import
FastaWriterError
from
.
it_mutator
import
ITMutator
from
.
mut_types
import
MutType
from
.
mutator
import
Mutator
from
.
rmt
import
(
ChromNotExistError
,
ITNotEnoughAvailChromsError
,
ItRateTooHighError
,
ItRateTooLowError
,
MinimumLengthHigherThanMaximumError
,
MinimumLengthTooLowError
,
MissingLengthError
,
RangeDefinitionOutOfBoundsError
,
RatesTooHighError
,
RatesTooLowError
,
RMTParseError
,
SimulationSettings
,
TitvTooLowError
)
from
.
util
import
(
FastaDuplicateHeaderError
,
exit_with_error
,
format_warning
,
get_md5
,
load_fasta
,
print_success
,
print_warning
)
from
.
vcf_writer
import
VcfWriterError
Back
|
FazBrowse Home
|
New Git URL