Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mrdna
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tbgl
tools
mrdna
Commits
bf27f34c
Commit
bf27f34c
authored
7 months ago
by
pinyili2
Browse files
Options
Downloads
Patches
Plain Diff
update init
parent
ffbe85f0
No related branches found
No related tags found
1 merge request
!1
Pinyili2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mrdna/readers/segmentmodel_from_scadnano.py
+0
-7
0 additions, 7 deletions
mrdna/readers/segmentmodel_from_scadnano.py
with
0 additions
and
7 deletions
mrdna/readers/segmentmodel_from_scadnano.py
+
0
−
7
View file @
bf27f34c
# -*- coding: utf-8 -*-
import
numpy
as
np
import
os
,
sys
from
glob
import
glob
import
re
import
pandas
as
pd
pd
.
options
.
mode
.
chained_assignment
=
None
# default='warn'
from
.segmentmodel_from_lists
import
model_from_basepair_stack_3prime
import
scadnano
as
sc
from
..arbdmodel.coords
import
readArbdCoords
,
readAvgArbdCoords
,
rotationAboutAxis
from
..segmentmodel
import
SegmentModel
,
SingleStrandedSegment
,
DoubleStrandedSegment
from
..model.dna_sequence
import
m13
as
m13seq
import
json
import
re
import
pdb
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment