Mercurial > repos > rnateam > blockclust
comparison tool_dependencies.xml @ 4:49e600128a73 draft
Uploaded
author | rnateam |
---|---|
date | Wed, 09 Jul 2014 08:38:01 -0400 |
parents | a92d8689aa30 |
children | a50bd507edfe |
comparison
equal
deleted
inserted
replaced
3:27dde42069e0 | 4:49e600128a73 |
---|---|
68 <source>rfam_map.txt</source> | 68 <source>rfam_map.txt</source> |
69 <destination>$INSTALL_DIR/data/</destination> | 69 <destination>$INSTALL_DIR/data/</destination> |
70 </action> | 70 </action> |
71 <action type="make_directory">$INSTALL_DIR/data/annotations</action> | 71 <action type="make_directory">$INSTALL_DIR/data/annotations</action> |
72 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/dm3.tar.gz</action> | 72 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/dm3.tar.gz</action> |
73 <action type="shell_command">tar xfvz dm3.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 73 <action type="shell_command">cd ..; tar xfvz dm3.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
74 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/hg19.tar.gz</action> | 74 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/hg19.tar.gz</action> |
75 <action type="shell_command">tar xfvz hg19.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 75 <action type="shell_command">cd ..; tar xfvz hg19.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
76 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/mm10.tar.gz</action> | 76 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/mm10.tar.gz</action> |
77 <action type="shell_command">tar xfvz mm10.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 77 <action type="shell_command">cd ..; tar xfvz mm10.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
78 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/panTro4.tar.gz</action> | 78 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/panTro4.tar.gz</action> |
79 <action type="shell_command">tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 79 <action type="shell_command">cd ..; tar xfvz panTro4.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
80 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/rheMac3.tar.gz</action> | 80 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/rheMac3.tar.gz</action> |
81 <action type="shell_command">tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 81 <action type="shell_command">cd ..; tar xfvz rheMac3.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
82 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/celWS235.tar.gz</action> | 82 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/celWS235.tar.gz</action> |
83 <action type="shell_command">tar xfvz celWS235.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 83 <action type="shell_command">cd ..; tar xfvz celWS235.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
84 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/tair10.tar.gz</action> | 84 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/annotations/tair10.tar.gz</action> |
85 <action type="shell_command">tar xfvz tair10.tar.gz -C $INSTALL_DIR/data/annotations/</action> | 85 <action type="shell_command">cd ..; tar xfvz tair10.tar.gz -C $INSTALL_DIR/data/annotations/</action> |
86 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/models.tar.gz</action> | 86 <action type="download_file">https://github.com/bgruening/download_store/raw/master/blockclust/blockclust-data-1.0/models.tar.gz</action> |
87 <action type="shell_command">tar xfvz models.tar.gz -C $INSTALL_DIR/data/</action> | 87 <action type="shell_command">cd ..; tar xfvz models.tar.gz -C $INSTALL_DIR/data/</action> |
88 <action type="set_environment"> | 88 <action type="set_environment"> |
89 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 89 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
90 <environment_variable action="set_to" name="BLOCKCLUST_DATA_PATH">$INSTALL_DIR/data</environment_variable> | 90 <environment_variable action="set_to" name="BLOCKCLUST_DATA_PATH">$INSTALL_DIR/data</environment_variable> |
91 </action> | 91 </action> |
92 </actions> | 92 </actions> |