Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
ORG.Asm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
23
Issues
23
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Asm
Commits
40c859a5
Commit
40c859a5
authored
Aug 20, 2015
by
Eric Coissac
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Path bug in the coll of getseeds
parent
0b34ddf5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
VERSION
VERSION
+2
-2
path.py
python/orgasm/command/path.py
+1
-1
unfoldrdna.py
python/orgasm/command/unfoldrdna.py
+1
-1
No files found.
VERSION
View file @
40c859a5
0.1.0b1
\ No newline at end of file
0.1.0b2
\ No newline at end of file
python/orgasm/command/path.py
View file @
40c859a5
...
...
@@ -47,7 +47,7 @@ def run(config):
output
=
config
[
'orgasm'
][
'outputfilename'
]
r
=
getIndex
(
config
)
x
=
getSeeds
(
r
,
config
)
coverage
,
x
=
getSeeds
(
r
,
config
)
asm
=
restoreGraph
(
output
+
'.oax'
,
r
,
x
)
...
...
python/orgasm/command/unfoldrdna.py
View file @
40c859a5
...
...
@@ -58,7 +58,7 @@ def run(config):
output
=
config
[
'orgasm'
][
'outputfilename'
]
r
=
getIndex
(
config
)
x
=
getSeeds
(
r
,
config
)
coverage
,
x
=
getSeeds
(
r
,
config
)
asm
=
restoreGraph
(
output
+
'.oax'
,
r
,
x
)
...
...
Peter Cock
@p-j-a-cock
mentioned in issue
#2 (closed)
Aug 21, 2015
mentioned in issue
#2 (closed)
mentioned in issue #2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment