Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
caretta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Durairaj, Janani
caretta
Commits
f94a4430
Commit
f94a4430
authored
5 years ago
by
Akdel
Browse files
Options
Downloads
Patches
Plain Diff
scripts parameter added to setup
parent
5fe4105d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-8
3 additions, 8 deletions
README.md
setup.py
+3
-2
3 additions, 2 deletions
setup.py
with
6 additions
and
10 deletions
README.md
+
3
−
8
View file @
f94a4430
...
...
@@ -24,16 +24,11 @@ cd caretta
### Install both the command-line interface and the web-application:
```
bash
pip
install
-e
".[GUI]"
cd
bin
chmod
+x caretta-cli
chmod
+x caretta-app
```
### Install only the command-line interface:
```
bash
pip
install
.
cd
bin
chmod
+x caretta-cli
```
### Environment variables:
...
...
@@ -47,14 +42,14 @@ export NUMBA_NUM_THREADS=20 # change to required number of threads
### Command-line Usage
```
bash
./
caretta-cli input_pdb_folder
# e.g.
./
caretta-cli
../
test_data
caretta-cli input_pdb_folder
# e.g. caretta-cli test_data
# caretta-cli -h for more options
```
### Web-application Usage
```
bash
./
caretta-app <host-ip> <port>
caretta-app <host-ip> <port>
# e.g. caretta-app localhost 8091
```
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
2
View file @
f94a4430
...
...
@@ -8,5 +8,6 @@ setup(name='caretta',
extras_require
=
{
'
GUI
'
:
[
"
dash==1.3.1
"
,
"
dash-bio==0.1.4
"
,
"
cryptography
"
,
"
dash-core-components==1.2.1
"
,
"
dash-html-components==1.0.1
"
,
"
dash-renderer==1.1.0
"
,
"
dash-table==4.3.0
"
,
"
plotly==3.7.1
"
,
"
flask
"
]
})
"
dash-table==4.3.0
"
,
"
plotly==3.7.1
"
,
"
flask
"
]},
scripts
=
[
"
bin/caretta-app
"
,
"
bin/caretta-cli
"
]
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment