Skip to content
Snippets Groups Projects
Commit 199d217a authored by Blaise Li's avatar Blaise Li
Browse files

Adding README and .gitignore

parent a51bfc47
Branches
No related tags found
No related merge requests found
# Compiled python modules.
*.pyc
# Setuptools distribution and build folders.
/dist/
/build/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# Backups
*~
# Vim swap files
*.swp
# Utilities to generate stats and graphs from reads.
This is a very preliminary version, with very few utilities.
## Installing
Get the source using `git clone git@gitlab.pasteur.fr:bli/libreads.git`, `cd` into it and run `python3 -m pip install .`
It might also work directly:
python3 -m pip install git+ssh://git@gitlab.pasteur.fr/bli/libreads.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment