Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
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
OBITools
OBITools3
Commits
dcf8cf1d
Commit
dcf8cf1d
authored
Aug 29, 2019
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved obi stats
parent
3cfe3a9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
stats.pyx
python/obitools3/commands/stats.pyx
+1
-1
No files found.
python/obitools3/commands/stats.pyx
View file @
dcf8cf1d
...
@@ -244,7 +244,7 @@ def run(config):
...
@@ -244,7 +244,7 @@ def run(config):
"\t count" + \
"\t count" + \
"\t total"
"\t total"
print(hcat)
print(hcat)
sorted_stats = sorted(catcount.items(), key = lambda kv:(
kv[1], kv[0
]), reverse=True)
sorted_stats = sorted(catcount.items(), key = lambda kv:(
totcount[kv[0]
]), reverse=True)
for i in range(len(sorted_stats)):
for i in range(len(sorted_stats)):
c = sorted_stats[i][0]
c = sorted_stats[i][0]
for v in c:
for v in c:
...
...
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