Mercurial > repos > hyungrolee > package_mgescan_3_0_0
comparison tool_dependencies.xml @ 0:39f88d354d7d draft
Uploaded
author | hyungrolee |
---|---|
date | Mon, 15 Feb 2016 03:30:11 -0500 |
parents | |
children | 51414871fd5b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:39f88d354d7d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="mgescan" version="3.0.0"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <!-- | |
7 <actions architecture="x86_64" os="linux"> | |
8 <action type="download_by_url"> | |
9 https://github.com/MGEScan/mgescan/archive/1.0.tar.gz | |
10 </action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR</destination_directory> | |
14 </action> | |
15 </actions> | |
16 --> | |
17 <actions> | |
18 <action type="download_by_url"> | |
19 https://github.com/MGEScan/mgescan/archive/1.0.tar.gz | |
20 </action> | |
21 <action type="set_environment_for_install"> | |
22 <repository changeset_revision="a2e1d1f25e35" name="tandem_repeats_finder" owner="urgi-team" toolshed="https://toolshed.g2.bx.psu.edu"> | |
23 <package name="trf" version="4.0" /> | |
24 </repository> | |
25 </action> | |
26 <action type="shell_command">python setup.py install</action> | |
27 <action type="move_file"> | |
28 <source>mgescan</source> | |
29 <destination>$INSTALL_DIR/mgescan</destination> | |
30 </action> | |
31 </actions> | |
32 <action type="set_environment"> | |
33 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/mgescan</environment_variable> | |
34 <environment_variable action="set_to" name="MGESCAN_SRC">$INSTALL_DIR</environment_variable> | |
35 </action> | |
36 </actions_group> | |
37 </install> | |
38 <readme> | |
39 Program: mgescan (Tools for identifying LTR & nonLTR) | |
40 Version: 3.0 | |
41 | |
42 Usage: | |
43 mgescan both <genome_dir> [--output=<data_dir>] [--mpi=<num>] | |
44 mgescan ltr <genome_dir> [--output=<data_dir>] [--mpi=<num>] | |
45 mgescan nonltr <genome_dir> [--output=<data_dir>] [--mpi=<num>] | |
46 mgescan (-h | --help) | |
47 mgescan --version | |
48 | |
49 </readme> | |
50 </package> | |
51 </tool_dependency> |