SOFT : MetaWRAP
------

Site du soft: https://github.com/bxlab/metaWRAP
-------------

LICENSE:
--------

MIT

See software documentation for more informations.

Location: /usr/local/bioinfo/src/MetaWRAP
---------

Load binaries and environment:
------------------------------

-> Version v1.3.2 (c4a23f0)

#Need Miniconda
module load devel/Miniconda/Miniconda3
module load bioinfo/MetaWRAP/1.3.2

To unload module, unload  in order:

module unload bioinfo/MetaWRAP/1.3.2
module unload devel/Miniconda/Miniconda3

You can download database in your space storage (save or work): see https://github.com/bxlab/metaWRAP/blob/master/installation/database_installation.md

To use your database, copy an configure config-metawrap:
cp /usr/local/bioinfo/src/Miniconda/Miniconda3/envs/metaWRAP-v1.3.2_env/bin/config-metawrap <path_to_config_file>
Export in your PATH (in higher PATH priority):
export PATH=<path_to_config_file>:$PATH

Example directory for use on cluster:
-------------------------------------

/usr/local/bioinfo/src/MetaWRAP/example_on_cluster

To submit: sbatch test_metaWRAP-v1.3.2.sh 

See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.
