Skip to content

Commit

Permalink
few modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbke committed Mar 17, 2021
1 parent 1215883 commit fa824da
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 125 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.banditEnabled": true
"python.linting.banditEnabled": false,
"python.linting.flake8Enabled": true
}
Binary file modified projetsysteme/__pycache__/components.cpython-38.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion projetsysteme/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def setupSidebarLayout(self,sidebarLayout, mainLayout):

layout.addWidget(left)
layout.addWidget(right)
layout.setStretch(0, 3)

layout.setStretch(0, 0)
layout.setStretch(1, 7)

self.centralwidget = QWidget()
Expand Down
5 changes: 5 additions & 0 deletions projetsysteme/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

from .views import Window

# féquence codons AND
# Mutation
# ADN Consensus + profil
# Epissage ARN

def main():
"""RP Contacts main function."""
# Create the application
Expand Down
Loading

0 comments on commit fa824da

Please sign in to comment.