Skip to content

Commit

Permalink
polish cli and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Jan 16, 2025
1 parent a6bd503 commit 8fdff86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ venv.bak/
.DS_Store
Thumbs.db
.directory
test.txt
10 changes: 5 additions & 5 deletions assets/qimba.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions qimba/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
COMMAND_GROUPS = {
'sample': {
'name': 'Sample Management',
'description': 'Commands for handling sample information and mapping files',
# 'description': 'Commands for handling sample information and mapping files',
'commands': ['make-mapping', 'show-samples']
},
'sequence': {
'name': 'Sequence Processing',
'description': 'Commands for processing sequence data',
# 'description': 'Commands for processing sequence data',
'commands': ['derep']
},
'file': {
'name': 'File Operations',
'description': 'Commands for handling files and formats',
# 'description': 'Commands for handling files and formats',
'commands': ['check-tab']
},
'util': {
'name': 'Utility Commands',
'description': 'General utility commands',
# 'description': 'General utility commands',
'commands': ['version']
}
}
Expand Down

0 comments on commit 8fdff86

Please sign in to comment.