Skip to content
Snippets Groups Projects
Commit d1674bc0 authored by christine.tranchant_ird.fr's avatar christine.tranchant_ird.fr
Browse files

Adding documentation to install frangiPANe

parent bbccad93
No related branches found
No related tags found
No related merge requests found
frangiPANe was developed as a modular and interactive application to README
simplify the construction of a panreference using the map-then-assembly ========
approach. It consists in a Jupyter Notebook application that centralizes
code,documentation and interactive visualizations together
.. image:: docs/source/_images/frangiPANe.png
FrangiPANe is a tool designed to simplify the construction of a pan-reference using the map-then-assembly approach.
It was previously developed as a modular and interactive application based on Jupyter Book.
It has now been recoded and integrated into a Snakemake pipeline.
How to install FrangiPANe ?
-------------
Requirement
~~~~~~~~~~~~
You have to install :
* git (https://git-scm.com/)
* singularity (https://...)
How to use FrangiPANe ?
=======================
Clone the git repository Clone the git repository
------------------------ ~~~~~~~~~~~~
:: ::
git clone ... git clone https://forge.ird.fr/diade/frangipane.git
Run FrangiPANe Install the frangiPANe python package
-------------- ~~~~~~~~~~~~
::
cd PATH_2_FRANGIPANE_DIRECTORY
python3 -m pip install -U pip setuptools build
python3 -m pip install -e .
Updating snakecdysis package (ref) using by frangiPANe
::
python3 -m pip install snakecdysis@git+https://forge.ird.fr/phim/sravel/snakecdysis.git@main
Install frangiPANe tool in a cluster mode
~~~~~~~~~~~~
::
frangiPANe install_cluster -s slurm -e singularity
::
sh path2frangipane_directory/frangiPANe/frangiPANe-complete.sh
Download singularity container
~~~~~~~~~~~
:: ::
snakemake -r -c1 wget ...
- Download a dataset to test frangiPANe Checking if frangiPANe has been correctly installed
~~~~~~~~~~~
:: ::
wget https://itrop.ird.fr/frangiPANe/data_test.tar.gz frangiPANe
tar zxvf data_test.tar.gz
Run FrangiPANe
--------------
Download a dataset to test frangiPANe
~~~~~~~~~~~
::
frangiPANe test_install -d ../../data/
Authors Authors
======================= =======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment