diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..d8cee9fd98a5b6e354fec2bf09df88a7fd4729b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b92ab5834db028504de44cfff59ae9b6c1acaf4c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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 +