Révision 5badc2fd doc/sphinx_doc/tuto.rst
b/doc/sphinx_doc/tuto.rst | ||
---|---|---|
14 | 14 |
Working Directory Organisation |
15 | 15 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
16 | 16 |
|
17 |
The working directory...
|
|
17 |
After having install NucleoMiner2 environment (Previous section), go to the root working directory of the tutorial by typing the following command in a terminal:
|
|
18 | 18 |
|
19 |
$$$ TODO: Explain how and where retrieve the workdir
|
|
19 |
.. code:: bash
|
|
20 | 20 |
|
21 |
cd doc/Chuffart_NM2_workdir/ |
|
21 | 22 |
|
22 | 23 |
|
23 | 24 |
Retrieving Experimental Dataset |
... | ... | |
247 | 248 |
|
248 | 249 |
.. |
249 | 250 |
.. |
250 |
.. $$$ other python script to describe: |
|
251 | 251 |
.. - libcoverage.py |
252 | 252 |
.. - wf.py |
253 | 253 |
.. |
... | ... | |
636 | 636 |
APPENDICE: Generate .c2c Files |
637 | 637 |
------------------------------ |
638 | 638 |
|
639 |
$$$ TODO make it works properly. |
|
640 |
working directory. |
|
641 |
|
|
642 |
|
|
639 | 643 |
The `.c2c` files is a simple table that describes how the genome sequence can be aligned. We generate it using NucleoMiner 1.0. |
640 | 644 |
|
641 | 645 |
To install NucleoMiner 1.0 on your UNIX/LINUX computer you need first to install the Genetic Data analysis Library (GDL), which is a dynamic library of useful C functions derived from the GNU Scientific Library. |
... | ... | |
651 | 655 |
|
652 | 656 |
.. code:: bash |
653 | 657 |
|
658 |
mkdir tmp_c2c_workdir |
|
659 |
cd tmp_c2c_workdir |
|
660 |
cp ../deps/gdl-1.0.tar.gz . |
|
661 |
tar -xvzf gdl-1.0.tar.gz |
|
654 | 662 |
cd gdl-1.0 |
655 | 663 |
./configure |
656 | 664 |
make |
665 |
|
|
666 |
cd .. |
|
667 |
|
|
657 | 668 |
|
658 | 669 |
Now you need to install the library on your system. This needs root priviledges: |
659 | 670 |
|
... | ... | |
661 | 672 |
|
662 | 673 |
sudo make install |
663 | 674 |
|
664 |
Installing NucleoMiner |
|
665 |
^^^^^^^^^^^^^^^^^^^^^^ |
|
675 |
Installing NucleoMiner 1.0
|
|
676 |
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
666 | 677 |
|
667 | 678 |
Get the nucleominer-1.0.tar.gz archive on your computer. Copy it in a dedicated directory. Go into this directory using the cd command, and then unfold the archive by typing: |
668 | 679 |
|
669 |
tar -xvzf nucleominer-1.0.tar.gz |
|
670 | 680 |
This creates a directory called nucleominer-1.0. You now need to go into this directory and compile the library, by typing: |
671 | 681 |
|
672 | 682 |
.. code:: bash |
673 | 683 |
|
684 |
cp ../deps/nucleominer-1.0.tar.gz . |
|
685 |
tar -xvzf nucleominer-1.0.tar.gz |
|
674 | 686 |
cd nucleominer-1.0 |
687 |
ln -s ../gdl-1.0/gdl |
|
675 | 688 |
./configure |
676 | 689 |
make |
677 | 690 |
|
... | ... | |
689 | 702 |
.. code:: bash |
690 | 703 |
|
691 | 704 |
mkdir dir_4_c2c |
692 |
NMgxcomp Data/BY_S288c/Sequence/Genome.fasta \
|
|
693 |
Data/RM_11-1a/Sequence/Genome.fasta \
|
|
705 |
NMgxcomp ../data/saccharomyces_cerevisiae_BY_S288c_chromosomes.fasta\
|
|
706 |
../data/saccharomyces_cerevisiae_rm11-1a_1_supercontigs.fasta\
|
|
694 | 707 |
dir_4_c2c/BY_RM 2>dir_4_c2c/BY_RM.log |
695 | 708 |
|
696 |
After execution, the directory dir_4_c2c will hold the .c2c files. |
|
709 |
After execution, the directory `dir_4_c2c` will hold the .c2c files. |
Formats disponibles : Unified diff