Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Asm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
VERSION
VERSION
+1
-1
python/orgasm/command/path.py
python/orgasm/command/path.py
+1
-1
python/orgasm/command/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