Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CRISPRbact
Manage
Activity
Members
Labels
Plan
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
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
David BIKARD
CRISPRbact
Commits
1c469680
Commit
1c469680
authored
5 years ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
Add doc to clone repo
parent
c1667c24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
PyPI publish package
Pipeline
#21094
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-13
9 additions, 13 deletions
README.md
with
9 additions
and
13 deletions
README.md
+
9
−
13
View file @
1c469680
...
@@ -167,10 +167,16 @@ CATGAATGGTATAAACCGGCGTGCC 680 -0.8043242669169294 CP027060.1
...
@@ -167,10 +167,16 @@ CATGAATGGTATAAACCGGCGTGCC 680 -0.8043242669169294 CP027060.1
## Contributing
## Contributing
### Clone repo
```
console
$
git clone https://gitlab.pasteur.fr/dbikard/crisprbact.git
```
### Create a virtualenv
### Create a virtualenv
```
console
```
console
$
virtualenv
-p
pyton3.7 .venv
$
virtualenv
-p
pyt
h
on3.7 .venv
$
.
.venv/bin/activate
$
.
.venv/bin/activate
$
pip
install
poetry
$
pip
install
poetry
```
```
...
@@ -183,18 +189,8 @@ $ poetry install
...
@@ -183,18 +189,8 @@ $ poetry install
### Install hooks
### Install hooks
```
console
In order to run flake8 and black for each commit.
$
pre-commit
install
```
<!--
### Change hooks
```
console
```
console
$
git config
--unset-all
core.hooksPath
$
pre-commit
install
$
pre-commit
install
$
cp
.git/hooks/pre-commit .hooks/pre-commit
```
$
git config core.hooksPath .hooks/
```
-->
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