Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TACOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
TBRU
TACOS
Commits
c2fbbfa9
Commit
c2fbbfa9
authored
5 years ago
by
Ticlla Ccenhua Monica Roxana
Browse files
Options
Downloads
Patches
Plain Diff
improved for renamig for smoother usage
parent
3955adf0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+13
-7
13 additions, 7 deletions
README.md
setup.py
+3
-2
3 additions, 2 deletions
setup.py
tacos.py
+0
-0
0 additions, 0 deletions
tacos.py
with
16 additions
and
9 deletions
README.md
+
13
−
7
View file @
c2fbbfa9
# T
acos
# T
ACOS
T
acos
is a diverse Set Of Commands And Tools (SOCAT, but TACOS sounds much better!).
T
ACOS
is a diverse Set Of Commands And Tools (SOCAT, but TACOS sounds much better!).
## Basic setup
## Basic setup
Create virtual environment
Create virtual environment
```
```
$ conda update conda
$ conda update conda
$ conda create --prefix=tacos_env -c intel intelpython3_core python=3.5 icu=58 pandas
$ conda create --prefix=
<path/
tacos_env
>
-c intel intelpython3_core python=3.5 icu=58 pandas
$ conda activate
.
/tacos_env
$ conda activate
<path
/tacos_env
>
$ conda install -c conda-forge python-igraph
$ conda install -c conda-forge python-igraph
```
```
Install Tacos:
Install Tacos:
```
```
$ git clone $
$ git clone https://git.scicore.unibas.ch/TBRU/tacos.git
$ pip install --editable .
$ cd tacos
$ pip install .
```
```
Run the application:
Run the application:
```
```
$ conda activate <path/tacos_env>
$ tacos --help
$ tacos --help
```
```
or
```
$ <path/tacos_env>/bin/python -m tacos --help
```
To run the tests:
To run the tests:
```
```
$ pytest tests
$ pytest tests
```
```
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
2
View file @
c2fbbfa9
...
@@ -2,8 +2,9 @@ from setuptools import setup
...
@@ -2,8 +2,9 @@ from setuptools import setup
setup
(
setup
(
name
=
'
tacos
'
,
name
=
'
tacos
'
,
author
=
'
Monica R. Ticlla
'
,
version
=
'
0.1
'
,
version
=
'
0.1
'
,
py_modules
=
[
'
T
acos
'
],
py_modules
=
[
'
t
acos
'
],
install_requires
=
[
install_requires
=
[
'
Click
'
,
'
Click
'
,
'
numpy
'
,
'
numpy
'
,
...
@@ -12,6 +13,6 @@ setup(
...
@@ -12,6 +13,6 @@ setup(
],
],
entry_points
=
'''
entry_points
=
'''
[console_scripts]
[console_scripts]
tacos=
T
acos:tacos
tacos=
t
acos:tacos
'''
,
'''
,
)
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
T
acos.py
→
t
acos.py
+
0
−
0
View file @
c2fbbfa9
File moved
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